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 |
PHP serverside scripting language or client side scripting language>
what is pear in php in brief ?
How arrays are used in php?
What is the difference between die () and exit () in php?
Which function Returns the time of sunrise for a given day / location in PHP.
Can anybody plz tell me if there any recruitment on php plz mail to vasudev.adepu@gmail.com.i had completed M.SC(MATHS) in 2007 . trying to get a job on php. i have good knowledge on PHP/MYSQL
What is the w3c?
I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..
Tell me which function gives us the number of affected entries by a query?
How can I find my php version?
What is global variable php?
What is the use of die in php?