[Solved] URL Question? (Ref: blah.php?value=foo)
Posted: Thu Feb 16, 2006 9:44 am
I'm just wondering is there another way of getting the value from a URL?
Normally I just print the value like so:
URL: http://www.dalehay.com/comment.php?story=78
To show the value (78):
However is there another way of doing this??
Normally I just print the value like so:
URL: http://www.dalehay.com/comment.php?story=78
To show the value (78):
Code: Select all
<?php print $story; ?>