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
Explain the differences between get and post methods?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Explain me what is the difference between explode() and split() functions?
How to execute an sql query? How to fetch its result?
Which programming language does php resemble to?
What is php compared to html?
How can we check the value of a given variable is alphanumeric?
What is the use of htmlspecialchars in php?
What is a trait in php?
What is $_ files in php?
What is __ construct in php?
What are PHP Magic Methods/Functions. List them.
How check field is empty or not in php?
Can you pass an array into a function?
What is static variable in php?