Advertisement
luisabarca

Untitled

Nov 25th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <form role="search" method="get" id="searchform" action="<?php echo bloginfo( 'url' ); ?>">
  2. <input type="text" name="s" value="" id="s" />
  3.  
  4. <?php echo my_dropdown('hotel', 'localita_hotel'); // repeat foreach dropdown ?>
  5.  
  6.     <input type="submit" id="searchsubmit" value="Goooo!" />
  7. </form>
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement