Javier Morquecho Morquecho wrote:
>
> Is there an PHP equivalent to the javascript:
> $x= window.confirm("Click OK to continue. Click Cancel to stop.");
>
> if ($x)....
>
> Thanks....
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
Ehhhh.... No!
PHP is server-side. Using PHP you can't do that. Only thing you can
do is have PHP generate the JavaScript that calls window.confirm().
--
* R&zE:
***************************
** Renze Munnik
**
** E: [EMAIL PROTECTED]
** M: +31 6 218 111 43
***************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]