I could use some help here; has anyone executed an insert statement into Oracle using PHP?
I have done a select but insert won't work at all, either through the classic way, or using PDO.
It shows activity forever, but doesn't throw any error. However, if there's say a syntax error in the SQL, it is quickly picked. What could I be missing.