do you have the ability to change the php.ini on your hosting server? make sure the directory permissions are set correctly so that your...
I think i have found your problem! session.save_path = /var/lib/php/session if you are running this on Windows, "/var/lib/php/session" path...
Ah ha! now we are on to something! looks like sessions are not working correctly! look in your php.ini file and search for these 2 settings:...
try this simple test. Create 2 files, test1.php and test2.php. in test1.php, copy this PHP code: <?php session_start(); $_SESSION['test'] =...
re-declare the variable On the page he is redirecting to he would have to re-declare the variable for use on that page.
Sanitize the string! You should always make sure to sanitize/validate/escape any values submitted to MySql. Possibly, the value you are...
Exactly! Agreed! not advised, but, in the past i have had to deal with legacy code that required it.
check your php.ini settings the reason you had to re-declare your variable was probably due to the register_globals setting in your php.ini being...
Separate names with a comma.