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
Tell me how is it possible to propagate a session id?
What are the three classes of errors that can occur in php?
Is php open source?
How escape single quotes php?
Is php still used?
Do you know when sessions ends?
What is the importance of parser in php?
What is the difference between explode () and split () functions in php?
Tell me what is the difference between get and post?
What is use of htmlspecialchars php?
what is constructor
What is explode() in php?
What is the phpstorm?
How to create a session? How to set a value in session? How to remove data from a session?
Explain what does the unset() function means?