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
Why do you need php?
What exactly is PHP?
The left association operator % is used in PHP for?
Explain what is the difference between $var and $$var?
Is php 5.6 secure?
What is the method to execute a php script from the command line?
Do you know what are traits?
Can we override static method in php?
How do you check if a variable has not been set in php?
What are different types of errors available in Php?
is that "enumerated array" equal to "numeric array"?
How to upload file in php?
What is http get and post?
What is difference between print and echo in php?
Explain do you use composer? If yes, what benefits have you found in it?