Need a double search box input in php?

  • Thread starter Thread starter Diveenash P
  • Start date Start date
D

Diveenash P

Guest
I need to create a system where its must have double search input box.. I really need urgently.. anyone knows do send me the php script...
Thanks..
 
<?php
?>

<div>
<input type = "text"/>
<input type = "text"/>
<input type = "submit" value = "Search"/>
</div>

<?php
?>
 
Back
Top