I have problem when using php with oracle database.
I connect with ORA_LOGON
$connection=(Ora_Logon"$user","$password");
I use select data from Ora_Fetch_Into($cursor, &$row)) ,Field with NULL data show wrong data. Can help me to correct this proplem?...
Thank you very much