|
Comments for: hill20011214.php3
| Message # 1019251: |
|
Date: 03/09/04 02:58
By: Daxx Subject: RE: Loading PHP variables into Flash without a DB You need to send them as an echoed message, eg <?php echo " &FromPHP=Hello World& "; ?> You need to close the variables with ampersands. There is no need to declare the var in flash first. To get this variable in flash, use : loadVariablesNum("phpfile.php", 0, "POST"); but remember that this loads your vars into the root. Hope this helps a bit. ciao Daxx South_Africa |
Previous Message | Next Message |


