Re: php varible in Javascript alert()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



alert('echo $errorMessage');

On 4/11/06, Mace Eliason <meliason@xxxxxxx> wrote:
> Hi,
>
> I am not sure why this won't work I am pretty sure I have done it before;
>
> if($error)
> {
>   echo $errorMessage;  // for testing error message is displayed to screen
>   echo"<script language=\"JavaScript\">alert('$errorMessage');</script>";
> }
>
> I am capturing all the errors from a form and then output them all at once
>
> Thanks for any help
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>


--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux