This topic is locked

URL Syntax for a GET request

8/9/2010 9:58:33 AM
PHPRunner General questions
S
salus1 authorDevClub member

Hi,
Does anybody know the correct syntax for a GET request URL to a PHPRunner-wrapped db?
The recorded URL looks like the string below but causes an error...
http://www.mysite.com/Catalog_list.php?mode=ajax&ctlSearchFor=10J100063O&simpleSrchFieldsComboOpt=Reference&simpleSrchTypeComboNot=&simpleSrchTypeComboOpt=Equals&a=integrated&id=1
I was hoping it was something simple like...
http://www.mysite.com.Catalog_list.php?reference=10J100063O
...but no joy there either, just opens the default record set.
Any ideas?

S
salus1 authorDevClub member 8/9/2010

OK, so http://www.mysite.com/Catalog_view.php?editid1=203 takes the user to the correct record's detail view but only after they have logged in, even if it is only as Guest. If they are not logged in they are taken to the default record set's list. Entering the same url a second time will then take them to the detail record. I need to have the user go directly to the detail record, is there any way to write the url with the correct parameters to bypass log in and go directly to the detail record?
The reason for this request is that I want to be able to send item detail link urls in e-mail messages.
Thanks!

HJB 8/9/2010

POST to GET change inside search.php is doing the trick on complex filtering and respective URL display