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...
Pls:Help Me
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Pls:Help Me
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?
Posting code is usually a help
Code: Select all
<?php error_reporting(E_ALL); ini_set('display_errors', 'On'); ?>- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA