what should I do to make power serach works?
thanks,
allan
what should I do to make power serach works?
thanks,
allan
power search works, if it didn't then the regular search would work or are you talking about "Search The Web"?
power search doens't work:
http://zupi.com.br/radar/power_search.php
try it on. I guess there is something wrong in the code.
regards
You changed the code in the form
<form action="power_search.php" method=post> <- incorrect
<form action="power_search.php" method="get" name="power_search_frm"> <- correct
Whoever did your theme broke it by changing the code.
thanks mate, now it's ok