Skip to content

Instantly share code, notes, and snippets.

@2803media
Created February 27, 2014 14:51
Show Gist options
  • Save 2803media/9251546 to your computer and use it in GitHub Desktop.
Save 2803media/9251546 to your computer and use it in GitHub Desktop.
$num_rows = mysql_num_rows($result);
LTRIM pour virer le white space de gauche
mb_strtoupper (majuscule accent eb minuscule)
mysql_real_escape_string
htmlspecialchars
htmlentities
ucwords(strtolower($bar))
ucfirst(strtolower($bar))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment