Hey, I'm trying to make a yellow pages & 411 search for my website so people can lookup businesses or people. My current search is not powerful enough for multiple options searching, like entering the business name, state, etc... I was hoping to enter other sites search strings in the form so I dont need a mysql database.
I am using this right now for my site
Code:
<form action="http://www.mywebsite.com/audio/results_new.php?site=Yahoo Audio&q=" action="results_new.php" method="post">
<input type="text" name="q" size="40" style="color: #336699; background-color: #fff; border: 1px solid #000;">
<input type="submit" value="Search" style="background-color: #e3eeff; border: 1px solid #000;">
</form>
Any idea where I can find a script like this?
Thanks.
|