Skip to content

Instantly share code, notes, and snippets.

@descovi
Created October 17, 2011 15:59
Show Gist options
  • Save descovi/1292946 to your computer and use it in GitHub Desktop.
Save descovi/1292946 to your computer and use it in GitHub Desktop.
Common
strlen('stringa');
ini_set('display_errors', 'On');
filter_var('stringa',FILTER_VALIDATE_EMAIL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment