%PDF- %PDF-
Direktori : /home/jalalj2hb/www/ftm-admin/ |
Current File : /home/jalalj2hb/www/ftm-admin/rech_client.php |
<?php include("include/head.php"); $term=@$_GET['term']; $sql="select id_ecole,nom_ecole from ecoles where nom_ecole like '%$term%' "; $clients=$db->executeQuery($sql); echo formatData($clients); ?>