Hi,
I've hunted around online, and apparently this should work:
Code:
a href = "page.php?param=5"
and then having a page called page.php which has:
[PHP]
<?php
echo("They passed me $param");
?>
[/PHP]
But that simply does not work for me. I get "The passed me" and that's it. One post said that this would work only "if php was set up to do so." Do I need to turn this option on somewhere? Any ideas? Thanks!
gabe