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...
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / priti raj
Variables should starts from _ or alphabets(a-z).
var_dump() prints the array with the datatype also.
syntex of ternary operator() is like
(condition)?'act1':'act2' ;
| Is This Answer Correct ? | 6 Yes | 1 No |
What is data structure in php?
What is the difference between htmlentities and htmlspecialchars in php?
!== represents what?
tel me any 2 regular expressions with example
What is the best php version for wordpress?
Explain what is the difference between for and foreach?
In how many ways we can retrieve the date in the result set of mysql using PHP?
what is mean php ? is it designingtool or language? how ill create website using by php?
AentteQ Software Technologies Q: what are benifits of using LAMP..?
How to download files from an external server with code in php?
What is difference between put and post method in http?
How many columns can be added in a table in mysql?