Hi
I am getting the following error:
Fatal error: Call to undefined function: odbc_do() in /mnt/145/sdb/9/1/contact.alysee/login.php on line 5
For inf the line 5 of the code is:
$sql = odbc_do($source,"select * from T_Adherent where NomEntreprise = '".$_POST['login']."' and (Association = 'AEVE' or Association = 'ASFIE' or Association = 'AIM' or Association = 'OZEN' or Association = 'FASE' or Association = 'PARTENAIRE')");
I am niot very familiar with PHP, but I will assume that the '$source' is not defined.
Any info to direct me?
Thanks in advance
I am getting the following error:
Fatal error: Call to undefined function: odbc_do() in /mnt/145/sdb/9/1/contact.alysee/login.php on line 5
For inf the line 5 of the code is:
$sql = odbc_do($source,"select * from T_Adherent where NomEntreprise = '".$_POST['login']."' and (Association = 'AEVE' or Association = 'ASFIE' or Association = 'AIM' or Association = 'OZEN' or Association = 'FASE' or Association = 'PARTENAIRE')");
I am niot very familiar with PHP, but I will assume that the '$source' is not defined.
Any info to direct me?
Thanks in advance