h0lland
%Europe/Berlin %674 %2005, 17:11
Hoi ik probeer een variabele door te geven aan een php script maar dit lukt niet. Zal vast wel een heel simpel iets zijn en een domme fout maar ik kom er niet uit... iemand?
actionscript:
set ("id", "abc123");
loadVariablesNum("http://www.url.nl/url.php", "0", "POST");
stop();
php:
$id = $_POST['id'];
echo $id;
actionscript:
set ("id", "abc123");
loadVariablesNum("http://www.url.nl/url.php", "0", "POST");
stop();
php:
$id = $_POST['id'];
echo $id;