Hi,
As per your script i have written, but it is giving call to undefined function ocilogon();
Can you please help me out in this regard, what might be the problem..
Should i start the listener.ora...
if yes let me know...
$db="try";
$pass="password";
$user="abc";
$conn=ocilogon($user,$pass,$db);
if (!$conn)
{
echo "Connection Failed";
}
Bye
George