I want to make a query from a oracle database with php. That's what I do:

$link=Ora_Logon("user","1234");
$query = "select * from sales";
$cursor = ora_do($link,$query);
while(ora_fetch($cursor))
{   
print "$cursor";
}

I have an arror, it's doesn't recongnize ora_logon() function.

Do i have to include something special?




-- 
Martin Langlois
Programmeur-analyste
Inter.net Canada
5252, boul. de Maisonneuve Ouest
bureau 200
Montréal,Qc
H4A 3S5

http://www.ca.inter.net

Reply via email to