Describe the importance of DABA BASE ABSTRACTION LAYERS in
PHP and database connection?
Answer / vijaya
Database abstraction means using a common db function for
querying. This would be great when you are switching from
one database to another. You won't have to change each and
every database function. Instead of that you can simply
change the database function names in one file. This should
be considerable, if in future you are planning to change the
database. The disadvantage of this is, it will slower down
the performance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi, I want to upload an image ito database and display image in a table in php how it is possible
full form of php??
discuss the issue of software theft in ghana and how it has affected the economy
What is printf in php?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
How to join multiple strings stored in an array into a single string?
Is php fully object oriented?
Tell us what is the difference between session_unregister() and session_unset()?
write a program to print [123] [456] [789] note : braces also need to be printed
Which php framework is fastest?
What is difference between get and post in php?
What is the use of "ksort" in php?