Forum Moderators: coopster
I then want to allow the user to click a link and have the variable pass on to a new script.
so if page1.php is the first page and is generated using the query $query
How would I pass the variable in a link?
page2.php?q=$query
page2.php?q=<$query>
page2.php?q=<%$query%>
I have been trying to find the right combination but I'am lost :(
Mack.