This topic is locked

adv search parameters

7/2/2009 8:09:25 AM
PHPRunner General questions
D
danaci author

hi,

how to get adv. search, search parameter?

because I want using this values in the report.

thnx.

J
Jane 7/2/2009
D
danaci author 7/3/2009

dear jane,

this way is manually, but I want this,
if enter between two date, getting and using this dates in report?

what is solutions?

tnx.

J
Jane 7/3/2009

Hi,
al search parameters are in the $_REQUEST array.

Print all values in this array and select required values:

print_r($_REQUEST);