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 |
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.
Xplain is it possible to use com component in php?
What is difference between $x and $$x
5 Answers Mindex, Net Solution, Procon IT Solutions, Trigent,
Which function is used to read a single character from a file in PHP.
Why did you choose this particular career path?
client side scripting language Vs server side scripting language
What is the difference between get and post method in php?
How can we display the output directly to the browser?
What is the timeout period on session values?
What are the ways to include file in php?
Explain me what is the difference between explode() and split() functions?
What is the maximum size of a database in mysql?