[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

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

2002-10-05 Thread Adam Royle
where you are putting more than one statement in one 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 s

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

2002-10-05 Thread Adam Royle
x27; ) as $transvar['new'] => $transvar['old']) { if (isset($$transvar['old']) and is_array($$transvar['old'])) { $GLOBALS[$transvar['new']] = &$$transvar['old'];

[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 of