RE: [PHP] Old PHP files not working

2002-08-19 Thread @ Edwin
It seems like if you "turn on" register_globals in php.ini, everything might just work... but, it's strange because you said that if you type everything exactly as they were in the new server everything works! Strange... Anyway, why not try it this way. Don't turn register_globals on (you shou

RE: [PHP] Old PHP files not working

2002-08-19 Thread Jay Blanchard
[snip] Some of you may be saying that if I can re-type it and it works fine for such a small site then just re-type it and let it go. The problem is this site is small, but there are several others and one being 400+ php files with over 1,000 lines of code and many of the files. [/snip] Check the

RE: [PHP] Old PHP files not working

2002-08-19 Thread Trout, Travis
Here is the code since it doesn't look like attachments work here... You must enter a last name, first name or select a department Home"; include ("footer.php"); exit; } //end if if ($fname != '' && $lname == '' && $dept_pulldown != '' && $dept_pulldown != 'all') { // Firs