Date: 07/13/01
- Next message: Ken Sommers: "[PHP-DB] CGI or API installation?"
- Previous message: Kevin Johnson: "[PHP-DB] PHP calling Javascript"
- In reply to: Kevin Johnson: "[PHP-DB] PHP calling Javascript"
- Next in thread: Hugh Bothwell: "[PHP-DB] Re: PHP calling Javascript"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<?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>
- Next message: Ken Sommers: "[PHP-DB] CGI or API installation?"
- Previous message: Kevin Johnson: "[PHP-DB] PHP calling Javascript"
- In reply to: Kevin Johnson: "[PHP-DB] PHP calling Javascript"
- Next in thread: Hugh Bothwell: "[PHP-DB] Re: PHP calling Javascript"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

