Skip to content

Instantly share code, notes, and snippets.

@lamp
Created July 26, 2011 11:53
Show Gist options
  • Select an option

  • Save lamp/1106574 to your computer and use it in GitHub Desktop.

Select an option

Save lamp/1106574 to your computer and use it in GitHub Desktop.
for henry
<?
if($_GET['q']){
echo $_GET['q'];
}
?>
<form method="get">
<input type="text" name="q" />
<button type="submit">Go</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment