Pls:Help Me

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jaferi110
Forum Newbie
Posts: 1
Joined: Thu Jul 27, 2006 8:34 am

Pls:Help Me

Post by jaferi110 »

Hi,

Every body.. i m facing a problem..
When I upload my site on remote server ,, it show only header but rest of the contents will not shown..

rest of the contents include database connectivity and data fetching by Mysql

I m including a file db_manager.php which consist of class which connect to Mysql....

I realy am thankfull to all of you ,, who help me..

Regards...
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Pls:Help Me

Post by Chris Corbyn »

Does the other server have the MySQL functions available? Does the other server actually have a database for you to connect to? If not, have you changed your script to point somewhere else? Is error reporting turned on?

Code: Select all

<?php error_reporting(E_ALL); ini_set('display_errors', 'On'); ?>
:) Posting code is usually a help
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post by thiscatis »

and maybe it's best for the mods to move this to PHP code forum.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

jaferi110, can you please choose a more descriptive title than Pls:Help Me? Many posters here would love to help you but few are willing to even look at a post in which they can't determine what your problem might be. Just a suggestion.
Post Reply