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
Is php easier than javascript?
How to convert the first character to upper case?
How are variables declared in php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What are the special characters you need to escape in double-quoted stings?
What is Type hinting in PHP?
Which database is best for php?
Why do we use cookie?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
Tell me how to find current date and time?
Write a hello world program using variable?
How to create an array in php?
Does php support polymorphism?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
What does isset() function?