Bonjour, je rencontre le problème suivant :

Notice: Undefined variable: id in c:\program files\easyphp1-8\www\inc\config.php on line 14


voici la ligne concernée sur le fichier config.php :

$identmembre = mysql_query("SELECT * FROM smyle WHERE id_membre='$id'");


je n'arrive pas à trouver d'ou vient mon problème. Pour info, j'utilise EasyPhp 1.8
Je vous donne en copie une partie de mon fichier config.php

mysql_connect("$mysql_host","$mysql_user","$mysql_password");
mysql_select_db("$mysql_base");
$identmembre = mysql_query("SELECT * FROM smyle WHERE id_membre='$id'");
$numident = mysql_num_rows($identmembre);

J'espère qu'une personne pourra me venir en aide, vous remerciant par avance.