This topic is locked

counting number of searches

1/18/2008 1:42:12 PM
PHPRunner General questions
M
mrpeeble author

How would I update a counter and save the results everytime a search was executed on the list pageÉ

J
Jane 1/21/2008

Hi,
you can do it in the List page: Before process event on the Events tab.

Here is a sample:

if ($_REQUEST["a"]=="search")

{

//add your code here

}