I have a wierd problem with some php which I thought was right...but that doesn't count for much 😉 Could somebody please tell me why this doesnt work? Thanks
On a link:
mysite.com/test.php?name=James
In my test.php file:
<?
$name = $_GET['name']
echo "Your name is $name"
?>
Thanks