[PHP] Re: {PHP] Empty $_SESSION and $_POST??

2002-04-23 Thread Andre Dubuc
Hi Eric, First off, my apologies for the bloat replies, and for the re-write of this thread -- your last reply accidentally was deleted. My actual INSERT command (for page 1): $query = INSERT INTO sponsor (sid, sfname, ssname, sinit, saddr1, saddr2, scity, sprov, scountry, scode, sstatus,

Re: [PHP] Re: {PHP] Empty $_SESSION and $_POST??

2002-04-23 Thread Alexander Skwar
»Andre Dubuc« sagte am 2002-04-23 um 14:28:56 -0400 : I tried with VALUES ($_GET['sfname'] etc, etc and got a T_Variable error if that's part of a string, than it's for sure broken. The correct way would be VALUES ( . $_GET['sfname'] non-cumulative and specific to the page from which it

Re: [PHP] Re: {PHP] Empty $_SESSION and $_POST??

2002-04-23 Thread Erik Price
On Tuesday, April 23, 2002, at 02:28 PM, Andre Dubuc wrote: I tried with VALUES ($_GET['sfname'] etc, etc and got a T_Variable error as you said would happen. I've yet to try what you've suggested, but since the Test to ensure your PHP binary is working shows that it is indeed