I'm trying to add the Atomz search page to my site, and that works well on it's own, but what I want to do is include the page after submitting the search
the code they give you :
//___________________________
<form method="get" action="http://search.atomz.com/search/">
<div align="center">
<input size=15 name="sp-q">
<br>
<input type=submit value="Search">
<input type=hidden name="sp-a" value="XXXXXXXXXXX">
</div>
</form>
//__________________________
I tried changing the action line to index.phph3?p=http://search.atomz.com/search/
, but all I get is this in the address bar:
http://www.jasonvelocity.com/index.php?sp-q=nothing&sp-a=XXXXXXXXXXXXX
what am I missing here?