durusmail: quixote-users: URL's for multiple variable functions
URL's for multiple variable functions
2005-11-17
2005-11-17
Re: URL's for multiple variable functions
2005-11-17
2005-11-17
URL's for multiple variable functions
Ian Forbes
2005-11-17
Hi All

This is a newbie question.

I am trying to display a query from a sql table using quixote. If I want
to do a simple query it works very elegantly, for example with a simple
URL:

http://myserver/showuserdetail/

I can write a function for "showuserdetail" and use the _q_lookup
function to access the  and pass it onto the SQL query

But suppose I want user statistics for the month of November. What do I
use for a URL:

http://myserver/showuserstatistics//November

or

http://myserver/showuserstatistics/?month=November

and how do I write an "elegant" function to access the required
variables?

Thanks

Ian


--
Ian Forbes ZSD
http://www.zsd.co.za
Office: +27 21 683-1388  Fax: +27 21 674-1106
Snail Mail: P. O. Box 46827, Glosderry, 7702, South Africa

reply