what are the rules to be followed at the time of declaring
a variable?,what is the purpose of var_dump()function in
php,syntax of ternary operator()in php,difference between
drop a table and truncate a table...
Answer Posted / naaz
Drop a table:erases the table structure along with any data
in the table fromt the database.Whereas the truncate
command empties all the rows without touching the structure
cheers!!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is __ construct in php?
What is a query in php?
What is session expiry?
What is difference between print_r and echo in php?
How to enable error reporting in php?
Can you use php and javascript together?
What is framework in php for beginners?
Is python similar to php?
What is the use of callback in php?
What is Different between Joomla And Magento?
How do I stop a php script?
What is the use of Php variables?
How we can get the number of elements in an array?
What is T_PAAMAYIM_NEKUDOTAYIM?
Who is the father of php?