<?
$result = mysql_query( “select counter from data_base where data1=’”.$_POST[‘var_to_php’]."’");
$counter = mysql_fetch_row($result);
echo ("&var_from_php=$counter[0]");
?>
=> my result of all this : nothing happens. no variable is received from php. ( the is no request ( from the firewall ) from flash to access the internet )
so I think the error is around the sendandload.
any suggestions ???
by the way, the php script works perfectly with loadVariablesNum
i just did the tutorial with the $envelope_reieved var too
If you redefined your reciever LoadVar Object … you should change with “$myLoadVars_received” everywere :), including in that line “$affich_var = [color=red]$envelope_received[/color].var_from_php;
”
ok ok !!! i checked the AS and actually I have not $envelope but $affich_var = $myLoadVars_received.var_from_php;
reponse tu nerrain : there is no difference between my code and what you suggested !!! or am I blind !!! ( oh my GOOD I might be blind !!! or behaps not )
any other solution ?
shall I " declare an onLoad handler" from Ilyas Premier
Motion Tween Guru ??? can anyone give me an exemple because I don’t see what he means