Skip to content

Instantly share code, notes, and snippets.

/quote_form.php Secret

Created August 27, 2016 00:13
Show Gist options
  • Save anonymous/576481bc000515423ae93a97e51ee329 to your computer and use it in GitHub Desktop.
Save anonymous/576481bc000515423ae93a97e51ee329 to your computer and use it in GitHub Desktop.
quote_form.php - shared from CS50 IDE
<form action="quote.php" method="get">
<fieldset>
<div class="form-group">
<input autocomplete="off" autofocus class="form-control" name="symbol" placeholder="symbol" type="text"/>
</div>
<div class="form-group">
<button class="btn btn-default" type="submit">
<span aria-hidden="true" class="glyphicon glyphicon-log-in"></span>
Get Quote
</button>
</div>
</fieldset>
</form>
<div>
or <a href="login.php">log in</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment