Formation PHP MySQL

Transcription

Formation PHP MySQL
Formation PHP MySQL
Fonctions utilisées :
– $chaine = str replace(String $modele,String $remplacement,String $chaine)
– die(String $message)
– $chaine = file get contents(String $filename)
– $chaine = htmlspecialchars(String $chaine)
– define(String $name,(String—int—boolean—float) $valeur)
Fonctions MySQL utilisées :
– $db = mysql connect(String $host,String $username,String $password)
– mysql select db(Ressource $db)
– $result = mysql query(String $query)
– $db = mysql close(Ressource $db)
Liens
–
–
–
–
Contacter l’auteur : [email protected]
Documentation officielle PHP : http ://www.php.net
Documentation officielle MySQL : http ://www.mysql.org
Catalogue de scripts divers : http ://www.phpscripts-fr.net/
1