Re: [PHP] POST variables, funny thing

2003-10-27 Thread Chris Shiflett
--- Joao Andrade <[EMAIL PROTECTED]> wrote: > if ( $_POST['nova'] =! "") Equal not? Perhaps you mean not equal? :-) Chris = My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- PHP General Mai

RE: [PHP] POST variables, funny thing

2003-10-27 Thread Jay Blanchard
[snip] A funny thing was happeng with a GET variable here, after testing it with an if clause, it would be set to 1, like this, after that: if ( $_POST['nova'] =! "") $_POST['nova'] = 1... Is that alright? [/snip] GET (see your question) or POSTnot that it matters. if($_POST['n

[PHP] POST variables, funny thing

2003-10-27 Thread Joao Andrade
A funny thing was happeng with a GET variable here, after testing it with an if clause, it would be set to 1, like this, after that: if ( $_POST['nova'] =! "") $_POST['nova'] = 1... Is that alright? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww