A side question along with  this ,,, how can I include $_POST['foo']  in the
:
$sql ="select * from db where apple = '$_POST['foo']'  ";

without getting an error ??
should I append it as $var= $_POST['foo']; before???

Thnx Nabil


"Jarmo Järvenpää" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> A quickie, how does the $_POST[foo] and $_POST['foo'] differ?
> Both do work.
>
>
> BR,
> Jarmo



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to