This topic is locked

search text value

3/22/2009 5:54:42 PM
PHPRunner General questions
D
danaci author

hi,

how can I take search text value?

what is regular code;

I'm displaying search text value in the different page.
echo searchform_text not working;
thnx.

J
Jane 3/23/2009

Hi,
try to print all search parameters using this code:

print_r($_REQUEST);