http://208.109.180.47/
POST / HTTP/1.1
Host: 208.109.180.47
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15
Accept: text/xml,application/xml,a
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q
Keep-Alive: 300
Connection: keep-alive
Referer: http://208.109.180.47/
textfield=&keywords=iooiio
Its not posting to search.php
Main Topics
Browse All Topics





by: voskPosted on 2008-07-06 at 11:52:27ID: 21941251
Maybe I'm not understandig the problem, but for a simple keyword search you have to use a post form to send the keywords easyli to the php file:
<form method="post" action="search.php">
<input type="text" name="keywords">
<input type="submit">
</form>