Skip to content

Instantly share code, notes, and snippets.

@snarf1974
Created April 22, 2014 23:43
Show Gist options
  • Save snarf1974/11198155 to your computer and use it in GitHub Desktop.
Save snarf1974/11198155 to your computer and use it in GitHub Desktop.
PHP: <?php echo$_SERVER['PHP_SELF']; ?> makes sure that its valid in HTML Tidy in Firefox
<form action="<?php echo$_SERVER['PHP_SELF']; ?>" method="post" id="contactform">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment