Great work, Logician
I have question about queries. I want to pass external variable to the query and it seems to controlled somewhere.
Example:
Code:
SELECT name,age FROM user WHERE age=$selected_age
$selected_age would be generated in another template with address, like this:
Code:
<a href=/view.php?pg=myageguys&selected_age=30>30 years old guys</a>
I have tried now and it seems that variable $selected_age is not passed to another template.
Is this possible? If so - how would you solve such problem?
Tom