Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jeffrey_N_Dyke
/14/2002 Subject: Re: [PHP-INST] Problem With Form Data 01:06 PM

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jorge Reteguin
Maybe you would have to enable globals in php.ini But I would really recomend you not to do it. Instead, you should use $HTTP_POST_VARS['yourPostVariable'] and $HTTP_GET_VARS['yourGetVariable'] in your scripts! I hope this solves your problem. :) > Could this be a PHP setting I need to modif

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
In a message dated 11/14/2002 1:04:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Very likely related to register globals. > > How are you parsing your queries? Using $_REQUEST['query'] or anything? > > R > > On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: > > >

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Marco Tabini
It's probably a register_globals - related issue. Try using the superglobals ($_POST, $_GET, $_REQUEST) instead and it should work on both. Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers Come visit us at

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread xfesty
Very likely related to register globals. How are you parsing your queries? Using $_REQUEST['query'] or anything? R On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't