Skip to content

Instantly share code, notes, and snippets.

@Rezaldy

Rezaldy/Form.php Secret

Last active January 31, 2017 16:13
Show Gist options
  • Save Rezaldy/8e260527cf0df2104219a88f4b72cb1d to your computer and use it in GitHub Desktop.
Save Rezaldy/8e260527cf0df2104219a88f4b72cb1d to your computer and use it in GitHub Desktop.
echo "<input type='number' name='distPreference' style='min-width: 100px;' placeholder='Afstand' value='" . (isset($_GET['distPreference']) ? $_GET['distPreference'] : 20) . "' min='20' max='200'>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment