Is it possible for me to get retrieve data I attach to the url by using a something similar to the php function "$_GET" in templates?
For example this is what i am trying to do
I want a url such as
Code:
www.blah.com/forums/index.php?name=blah
then have a forum where the original value is name
Code:
<input type='text' class='bginput' name='to' value="$_GET["name"]">
however the templates dont seem to like the php version