This topic is locked
[SOLVED]

 Is it possible to save advanced search URL .

5/6/2011 4:19:35 PM
PHPRunner General questions
P
phprunner_user author

Hi,
EX: office,location,employee tables
Advanced search page:
Generally I use 2 search fields in this page.
So after getting the search results,is it possible to save the results as a view

or is it possible to save the URL of the search ,so that I can directly enter the URL,

to get the search results.
Thanks,

Anu

Sergey Kornilov admin 5/6/2011

Sure, you can use function provided by http://www.webcheatsheet.com/ASP/get_current_page_url.php to get the current page URL and save it in the database using BeforeProcess event of the list page.

P
phprunner_user author 5/7/2011



Sure, you can use function provided by http://www.webcheats...nt_page_url.php to get the current page URL and save it in the database using BeforeProcess event of the list page.

P
phprunner_user author 5/7/2011

Thanks a lot for the useful link,I will try it .
--Anu



Sure, you can use function provided by http://www.webcheats...nt_page_url.php to get the current page URL and save it in the database using BeforeProcess event of the list page.