help my php please!

wxdqz

New Member
php script as follow:
{
$user="system";
$passwd="manager";
$sid="orcld";

$connect=ora_logon($user,$passwd,$sid);

echo $connect;
}
and echo is
the message from server was invalid or unreconised!

but replace thease scripts by
phpinfo();

everything is ok!

why??

all env are ready.
 
Back
Top