I have a question regarding inserting date from PHP into Oracle DB
so i have this in my PHP,
$delivDate = strval($_POST[\'deliveryDate\']);
echo $delivD
I'm guessing its a date format issue but you need to have an oci_error statement to expose any sql related errors.
Please refer to the oci_execute section here http://php.net/manual/en/function.oci-execute.php. There are a few examples where oci_execute is used in if statements implying that its a boolean return. If its false, fork into the oci_error code and expose your sql issues.
Excerpted from link above to save you time: