matbury
02-27-2008, 01:57 PM
Hey guys,
Just getting into integrating Flash with PHP and MySQL and it's going pretty well so far.
My question is very basic. I want to take a variable from a URL query string and use it in a PHP script. Something like...
"http://yourserver.com/yourscript.php?variable=1"
...and use the variable in the PHP script on the page...
<?php
$variable = variable;
?>
This has gotta be one of the simplest and maybe dumbest questions ever, but your patience and help would be greatly appreciated! :)
Just getting into integrating Flash with PHP and MySQL and it's going pretty well so far.
My question is very basic. I want to take a variable from a URL query string and use it in a PHP script. Something like...
"http://yourserver.com/yourscript.php?variable=1"
...and use the variable in the PHP script on the page...
<?php
$variable = variable;
?>
This has gotta be one of the simplest and maybe dumbest questions ever, but your patience and help would be greatly appreciated! :)