Hi
I'm very new to PHP and have just installed Apache and PHP on a windows 98SE machine. I can run PHP scripts, and I can even query a MySQL database, but for some reason I can't pass any variables into my PHP scripts either from html or flash.....
When I run a simple script like (name.php):
<?
echo "your name is: " . $name;
?>
calling it with:
http://localhost/name.php?name=steve
it simply returns "your name is: "
I've tried sending variables with lots of other scripts as well but without success. There's no problem accessing variables from PHP but I simply can't send any variables in.
Any ideas, thoughts would be much appreciated..I'm desperate..
Cheers
Ned