groups

name language licence
HTML : Attention mode quirks HTML Other
HTML : Commentaires conditionnels IE6 & IE 7 HTML Other
HTML : Formulaire de contact + verification inline avec validatious 2.0 HTML Other
JS : comment encadrer le code JS-JQuery Other
JS/HTML : Integration Jqzoom Evolution Other Other
JS : return false; pour stopper un submit ou une redirection d'un lien JS-JQuery Other
PHP/JS : Expressions régulière PHP Other
PHP/JS : Utilisation de la classe Ajax_upload Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: PHP
licence: Other

PHP/JS : Expressions régulière

options: view full snippetsend to code collector
<?php

//numero
$numero_tel_fixe = "^0262([0-9]){6}$";
$numero_portable = "^069(2|3)([0-9]){6}$";

//code postale
$code_postal_reunion = "^974([0-9]){2}$";

//adresse mail
$adresse_mail = "^[a-z0-9._-].+@([a-z.-])+([.])([a-z]){2,4}$";

//date

//nom & prenom
	
(Continues...)