<html> <head> <title>String chr</title> </head> <body> <?php $ascii=99; // Convertir le cod
<?php $$texte = 'Voici mon email test@mesexemples.com'; // Remplacer l''email echo er
<html> <head> <title>Fonction chop</title> </head> <body> <?php $welcom = "Bienvenu sur Mon S
<?php $chaine="Bienvenu sur mon site PHP"; // Chercher le Mot PHP dans la chaîne
<html> <head> <title>Expression régulière</title> </head> <body> <?php // Ce programme Affiche le
<?php $nom_utilisateur = "Test"; if (preg_match("([^a-z])",$nom_utilisateur)) { echo "
<?php $password = "monmotdepasse"; if (!preg_match("/^[a-zA-Z0-9]{8,16}$/", $password)) ec
<html> <head> <title>String count_chars()</title> </head> <body> <?php $chaine = "Voici une chaî
<?php $titre_page = 'Mois'; $jan = 'Janvier'; $fev = 'Février'; $mar = 'Mars'; print <<<MENU <html>
<?php $sms = "Bonne année 2000"; $sms = ereg_replace("[0-9]+", "2010", $sms); print $s