"Kevin Johnson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I was wondering how to call a javascript function within PHP?
> Any ideas of solutions.

You can't, at least not in the way you seem to mean.

PHP runs on the server, JavaScript on the client.  PHP finishes completely
before JavaScript starts.  The two can't interact as such.

What you CAN do is use PHP to create a page such that the JavaScript
function will get run.



-- 
PHP Database 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]

Reply via email to