RE: [PHP-DB] PHP calling Javascript From: David Balatero (db <email protected>)
Date: 07/13/01

<?php
echo "<SCRIPT language=\"JavaScript\">";
echo "execMyFunction(var1topass, anothervar, funfunvars);";
echo "</SCRIPT>";
?>

Then again, if you want to assign a $var to a returned value from a
JavaScript function...well...I can't help you there (personally, I don't
think that's even possible, but..what do I know?

--
David Balatero
db <email protected>
--

-----Original Message----- From: Kevin Johnson [mailto:kevin.johnson <email protected>] Sent: Friday, July 13, 2001 11:14 AM To: php-db <email protected> Subject: [PHP-DB] PHP calling Javascript

Hi.

I was wondering how to call a javascript function within PHP? Any ideas of solutions.

Thanks in advance.

Kevin Johnson Jr. System Administrator Erogo, Inc. www.erogo.com

Contact Info: Email: kevin.johnson <email protected> Office: (714) 832-5555 x150 Cell: (714) 454-6763

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>