I am trying to get a custom find functionality added, where I will take what the user has entered into a field on the Find form and call another website with that information to build a more complex sql query. The first step is to get what was on the Find form to the action code. I make the transition to the action with ?action=specialquery&fieldinfo=xxxx, where xxxx is what was in the field. How can the php code in my action get the fieldinfo string from the url that invoked the action?
Thanks
George