URL Syntax for a GET request |
8/9/2010 9:58:33 AM |
PHPRunner General questions | |
S
salus1 authorDevClub member
Hi, |
|
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? |
![]() |
HJB 8/9/2010 |
POST to GET change inside search.php is doing the trick on complex filtering and respective URL display |