Imagine I have this link on a page:
http://xxx.xxx.xx.xx/FMPro?-db=Database.fp5&-lay=Web&-error=errors.htm&-OP=gte&TIME=Afternoon&-max=10&-format=list.htm
how can I show in the linked page something like this
****************
on the afternoon we have:
record1,2,3,4.... (all the records go here)
***************
I know how to show the records from the DB but not how to extract the variable time=afternoon which is an URL variable.
Does anyone knows? thanks in advance