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

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