This topic is locked

Can I have a BETWEEN in the simple search bar please?

11/8/2006 4:47:54 PM
PHPRunner General questions
T
thesofa author

Hi

The subject title says it all really, It would save loads of clicks if i could just have a "between" for the dates in the simple search bar.It would be one less page to build too!

This would be in V3.0 of course

Alexey admin 11/9/2006

Hi,
you can do this modifying generated ..._list.php file manually.

Add a required controls to the page then modify the sections that read eneterd values and build search SQL command.

The first section starts with this line:

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

The second with this:

if(@$_SESSION[$strTableName."_search"]==1)

// regular search


Unfortunately we don't have a ready to go solution for this.