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 |
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
Explain how can we execute a php script using command line?
What is deffience betwwen get() , Post , Request()
Can I run php without xampp?
What is if isset ($_ post submit )) in php?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Php being an open source is there any support available to it?
What is use of isset function in php?
How to replace a substring in a given string?
Specify pre-defined classes in php ?
List out some tools through which we can draw E-R diagrams for mysql?
List some features of php that are deprecated in php