[EMAIL PROTECTED] writes:
>I would want to do something like this:
>
><?php
>if (something true)
>{
>    somejavafunc();
>}
>?>
>
>I would want to do that. Is there some way of pulling that off? Thanks,
>Dave

YOu can do something like this, embed the following codes in your php file

echo "<script language=Javascript>";
//you can do something here ie
echo "alert(\"Hello World\");";
echo "</script>";

Hope, this would help.
Pong


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

Reply via email to