Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created September 17, 2012 19:28
Show Gist options
  • Select an option

  • Save andyhawthorne/3739268 to your computer and use it in GitHub Desktop.

Select an option

Save andyhawthorne/3739268 to your computer and use it in GitHub Desktop.
search form
<form action ="<?=base_url()?>welcome/search" method="post" id="searchform">
Search the database:&nbsp;
<input type="text" name="searchterm" id="searchterm" value="<?=$searchterm?>" />&nbsp;
<input type="submit" value="Search >>" id="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment