Created
February 27, 2014 14:51
-
-
Save 2803media/9251546 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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