Hi, I have 2 php files;
fiche.php
service.php
I also have a MySQL database Name "fiche"
The "fiche.php" is retrieving data from the (U guest) "fiche" database.
Everything's working fine from now on.
"service.php" need to SELECT email FROM candidat ;
and list all the email candidat.
But I want to keep the email tagged as link to point to the fiche.php file
The email adresse is my primary key in my DB.
Is this make any sense ?