Probleme php aidez-moi
Résolu
sasa
-
didimaraja Messages postés 15 Date d'inscription Statut Membre Dernière intervention -
didimaraja Messages postés 15 Date d'inscription Statut Membre Dernière intervention -
Bonjour, j'ai un problème sur mon site web quand je créer un nouveau membres il me donne ce code:
Parse error: syntax error, unexpected T_VARIABLE in /www/2ac1/config2.php on line 3
SVP aider moi et merci d'avance
Voila ma config2.php
<?php
$base = mysql_connect ('localhost', 'espace_membre', 'password');
mysql_select_db('espace_membre')$base;
?>
Parse error: syntax error, unexpected T_VARIABLE in /www/2ac1/config2.php on line 3
SVP aider moi et merci d'avance
Voila ma config2.php
<?php
$base = mysql_connect ('localhost', 'espace_membre', 'password');
mysql_select_db('espace_membre')$base;
?>
A voir également:
- Probleme php aidez-moi
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Retour a la ligne php - Forum Webmastering
- Alert php - Forum PHP
- Retour a la ligne php ✓ - Forum PHP
2 réponses
bonjour,
pourquoi as-tu mis $base à la fin de ton instruction
L'erreur renvoie à un paramètre inconnu. Je pense que c'est celui là.
pourquoi as-tu mis $base à la fin de ton instruction
mysql_select_db('...')$base;
L'erreur renvoie à un paramètre inconnu. Je pense que c'est celui là.
j'ai eu ce blem
Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in function secured by the Olympe PHP module on line 1
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /www/2ac1/config2.php on line 3
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/2ac1/index.php on line 8
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/2ac1/index.php on line 8
Erreur SQL !
SELECT id FROM membre WHERE login="didimaraja" AND pass_md5="5df43b77e15cfc399beb85f9417141c2"
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in function secured by the Olympe PHP module on line 1
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /www/2ac1/config2.php on line 3
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /www/2ac1/index.php on line 8
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/2ac1/index.php on line 8
Erreur SQL !
SELECT id FROM membre WHERE login="didimaraja" AND pass_md5="5df43b77e15cfc399beb85f9417141c2"
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)