Tests IP | Fausse dactylo | Digibunch | Test Captcha simple | Tutos et articles sur La Digitale | QRcode Quel jour de la semaine êtes-vous né.e ?
Editeur HTML
Editeur PHP
Couleurs
<?php
phpinfo();
/*
if (strpos('My name is David.', 'David') !== false) {
echo "la chaine contient « David » \n";
}
else
{
echo "la chaine NE contient PAS « David » \n";
}
print "\n";
print " ------------ \n";
print "\n";
echo "La fonction json_encode convertit une chaîne encodée en JSON en valeur PHP : \n\n ";
$array = array('name' => 'David', 'age' => 27);
$string = json_encode($array);
echo $string;
// $string = file_get_contents('file.json');
//$json = json_decode($string, true);
// $json['name'] etc...
*/
?>