Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
inc
/
[
Home
]
File: salutations.inc.php.old
<?php $req="SELECT prenom , nom from adherent WHERE id=$_SESSION[id]"; $rep=mysql_query($req,$con); $ligne=mysql_fetch_array($rep); $LeNom=$ligne['nom']; $LePrenom=$ligne['prenom']; $IdMembreConnecte=$_SESSION[id]; ?>
©
2020 Black Eagle Team