how php works with oracle?
Answer / amitverma
PHP works with Oracle simply as it works with other
databases like MySQL or PostGres, although with obvious
syntactical changes and some minute take overs. To know how
PHP works with Oracle exactly, you must visit the following
URL and see some examples -
http://in.php.net/oci8
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the main difference between require() and require_once()?
How many types of inheritances used in php and how we achieve it.
What is php dependency injection?
How to create a session? How to set a value in session?
What are the uses of implode() function?
Which is variable cost?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
What is htaccess?
What is warning – “cannot modify header information – headers already sent”?
What is difference between Method overriding and overloading in PHP?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to create an empty array in php?