أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
ID , Country , city , name , mobile , phone , address
try OCI library.
Use : oci_connect
oci_connect ( string $username , string $password [, string $connection_string [, string $character_set [, int $session_mode ]]] )
$conn = oci_connect('hr', 'welcome', 'localhost/XE');
if (!$conn)
{
$e = oci_error();
trigger_error(htmlentities($e['message'], ENT_QUOTES), E_USER_ERROR);
}
Source: http://www.php.net/manual/en/function.oci-connect.php