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 are php filters?
What is isset php?
how many types of inheritance is there in php? name there?
What is php constructor?
Can you convert php to html?
How to merge values of two arrays into a single array?
Why do we use csrf token?
How to Calculate Internal links & External Link in Website.(For Example YAHOO WEBSITE)
What does the initials of php stand for?
How does csrf attack work?
What is mysql_fetch_array?
What is the main difference between require() and require_once()?