PHP Champ mysql
Fermé
gilbert1995
Messages postés
414
Date d'inscription
samedi 12 septembre 2009
Statut
Membre
Dernière intervention
30 mai 2013
-
10 févr. 2011 à 21:16
gilbert1995 Messages postés 414 Date d'inscription samedi 12 septembre 2009 Statut Membre Dernière intervention 30 mai 2013 - 15 févr. 2011 à 21:56
gilbert1995 Messages postés 414 Date d'inscription samedi 12 septembre 2009 Statut Membre Dernière intervention 30 mai 2013 - 15 févr. 2011 à 21:56
A voir également:
- PHP Champ mysql
- Easy php - Télécharger - Divers Web & Internet
- Mysql community server - Télécharger - Bases de données
- Le nom du champ de tableau croisé dynamique n'est pas valide - Forum Excel
- Mysql a répondu : documentation connexion impossible : paramètres incorrects. - Forum Bases de données
- &Quot;Nom de champ de TCD non valide" Excel 2007 - Forum Excel
2 réponses
gilbert1995
Messages postés
414
Date d'inscription
samedi 12 septembre 2009
Statut
Membre
Dernière intervention
30 mai 2013
29
10 févr. 2011 à 22:51
10 févr. 2011 à 22:51
$sql = "ALTER TABLE info DROP tel_ok, DROP commande_ok;"; mysql_query($sql) or die('Erreur SQL !<br />'.$sql.'<br />'.mysql_error()); $sql2 = "ALTER TABLE info ADD tel_ok VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0' AFTER adresse"; mysql_query($sql2) or die('Erreur SQL !<br />'.$sql.'<br />'.mysql_error()); $sql3 = "ALTER TABLE info ADD commande_ok VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0' AFTER tel_ok"; mysql_query($sql3) or die('Erreur SQL !<br />'.$sql.'<br />'.mysql_error());
15 févr. 2011 à 21:56