--- 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
[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
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
3 matches
Mail list logo