[PHP] Transfer to another server - my sessions don't work!

2002-10-08 Thread Adam Royle
Hi, I transferred a small php site from my localhost to a new server (commercial server). However, after I transferred it over, my sessions would no longer work. Just as a test - here is some code I tried. Please tell me I'm doing it the wrong way. Also, at the bottom of this email this info

[PHP] More On: Good Practice: Variables, Error Reporting and Security

2002-10-05 Thread Adam Royle
']; } } // Unset transvar, we do not need it anymore. unset($transvar); } /* function importVars() Written by: Adam Royle [EMAIL PROTECTED] Imports vars from $arrVarType into the global scope. Example: importVars($_GET, 'page,ID,num'); Will create the three variables $page, $ID

Re: [PHP] More On: Good Practice: Variables, Error Reporting and Security

2002-10-05 Thread Adam Royle
line is difficult to debug, but thats different from targeting spelling errors. Adam On Sunday, October 6, 2002, at 07:57 AM, Sascha Cunz wrote: Am Samstag, 5. Oktober 2002 20:44 schrieb Adam Royle: I very much appreciate the suggestions made by the people on this list, although for me

[PHP] Good Practice: Variables, Error Reporting and Security

2002-10-04 Thread Adam Royle
Hi All, I have been a subscriber of php-db for quite some time, and I have seen MANY ppl ask why their variables aren't being passed though, etc, due to register_globals, etc, blah blah blah I have kept my eyes open reading all the material I can, and I understand the security implications