Answer Posted / 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 |
Post New Answer View All Answers
What is meant by public, private, protected, static and final scopes?
How long does a php session last for?
Tell me how is it possible to remove escape characters from a string?
How to create a mysql connection?
What is the difference between == and === in php?
How do I debug php?
What is the method to execute a php script from the command line?
For image work which library is used in php?
What is the major php security hole? How to avoid?
Php code to find whether a number armstrong or not?
What is strcmp () in php?
Which is better php or nodejs?
How can we determine whether a php variable is an instantiated object of a certain class?
What is use of count() function in php?
What are some new features introduced in php7?