
04-03-2006, 09:40 AM
|
 |
|
|
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by zlos
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
|
https://vborg.vbsupport.ru/showpost....&postcount=107
|