Page 1 of 1

Pls:Help Me

Posted: Thu Jul 27, 2006 9:11 am
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...

Re: Pls:Help Me

Posted: Thu Jul 27, 2006 9:19 am
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

Posted: Thu Jul 27, 2006 10:26 am
by thiscatis
and maybe it's best for the mods to move this to PHP code forum.

Posted: Thu Jul 27, 2006 10:32 am
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.