php3-list | 199901
Date: 01/10/99
- Next message: Numard: "Re: [PHP3] passing variables from JavaScript to Php"
- Previous message: Paul DuBois: "Re: [PHP3] MySQL, PHP and passwords."
- Next in thread: Numard: "Re: [PHP3] passing variables from JavaScript to Php"
- Reply: Numard: "Re: [PHP3] passing variables from JavaScript to Php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A question from a newbie :
I know how to transfer variables form Php code to JavaScript
<?
$php_var = xxx ;
echo "js_var = ".$php_var.";" ;
?>
but how to transfer variables from JavaScript to Php code ?
Regards,
Ali Boual. (aliboual <email protected>)
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev <email protected>
- Next message: Numard: "Re: [PHP3] passing variables from JavaScript to Php"
- Previous message: Paul DuBois: "Re: [PHP3] MySQL, PHP and passwords."
- Next in thread: Numard: "Re: [PHP3] passing variables from JavaScript to Php"
- Reply: Numard: "Re: [PHP3] passing variables from JavaScript to Php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

