need help in solving problem...
Posted: Fri Sep 25, 2009 12:51 am
Hi all,
I am facing a problem and I hope you can help and give suggestions.
I have an application written in php which use mysql for database. The application is running properly in the current server. I also have a backup server and I need to back up the applications on it, later I may use this backup server for my applications. My problem is:
When I copy the applications and database to the backup server, some of the pages are not working in backup server, whereas they run in the current web server. I’ve got the same error messages for all pages which are not working. The error message is
“PHP Notice: Undefined index: xxx in xxx\...\xxx.php on line no.”
When I look at those lines, I found out that the error shows in $_POST[‘variable’] or $_REQUEST[‘variable’].
I am out of my idea to solve this problem because the exactly the same coding is working in current server. Please give me suggestions to solve the problem. Thanks in advance you guys!
********
panyaung
I am facing a problem and I hope you can help and give suggestions.
I have an application written in php which use mysql for database. The application is running properly in the current server. I also have a backup server and I need to back up the applications on it, later I may use this backup server for my applications. My problem is:
When I copy the applications and database to the backup server, some of the pages are not working in backup server, whereas they run in the current web server. I’ve got the same error messages for all pages which are not working. The error message is
“PHP Notice: Undefined index: xxx in xxx\...\xxx.php on line no.”
When I look at those lines, I found out that the error shows in $_POST[‘variable’] or $_REQUEST[‘variable’].
I am out of my idea to solve this problem because the exactly the same coding is working in current server. Please give me suggestions to solve the problem. Thanks in advance you guys!
********
panyaung