Using a variable in the URL
Posted: Fri Jun 26, 2009 8:47 am
Hello,
I'm trying to get a variable passed to another page via the URL. What I have right now is:
<a href="graph/graph.php?id=$store_number">
Then in the linked page I have:
$store = $_GET('$store_number');
I can't figgure out what I'm doing wrong. Any help would be awesome!
I'm trying to get a variable passed to another page via the URL. What I have right now is:
<a href="graph/graph.php?id=$store_number">
Then in the linked page I have:
$store = $_GET('$store_number');
I can't figgure out what I'm doing wrong. Any help would be awesome!