ZGeek
08-17-2005, 09:38 PM
Is is possible to make a filter that takes its conditions from the URL?
With my db, I'd like to make it so that when a person checks out the site, it only displays entries by them
http://www.zgeek.com/test/deft_payments_view.php
I can pass the value of the username from the site I've coded, but I have no idea if and how it is possible to do this.
I was thinking something close to
http://www.zgeek.com/test/deft_payments_view.php?deft_payments.username_log<=>Theusername
With my db, I'd like to make it so that when a person checks out the site, it only displays entries by them
http://www.zgeek.com/test/deft_payments_view.php
I can pass the value of the username from the site I've coded, but I have no idea if and how it is possible to do this.
I was thinking something close to
http://www.zgeek.com/test/deft_payments_view.php?deft_payments.username_log<=>Theusername