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
Tell me how can we display information of a variable and readable by human with php?
What is the importance of php?
Write a program using while loop?
Why should I store logs in a database rather than a file?
How do I end a php session?
How to check a key exist in an array?
Do while loops?
What is php and its uses?
Tell me what library is used for pdf in php?
What are the two main string operators?
What is the difference between file_get_contents() and file_put_contents() in php?
Explain about getters and setters in php?
Do you know how to get the ip address of the client?
Why overriding is called runtime polymorphism?
Is jquery better than javascript?