hi all
i have a very urgent question
i want to write a function that i can use
what i want to do is something like that:
<?php
$a=_GET["a"];
function radom()
{
$x=rand(0,4);
echo "&b=$x";
}
if($a==1)
{random();
}
the problem is that it doesnt work...
i'm getting var a from an actionscript.
and my echo should go back to my flash action script.
if any 1 can help me fix this!
thank!