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 |
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.
Describe session in php.
what are the differences between php and perl
What is the difference between explode and split?
What is rtrim php?
What is the differences between $a != $B and $a !== $B?
What is a substring in php?
What is pdo classes?
Tell me what library is used for pdf in php?
What is the difference server side and browser side validation?
What is a closure in php?
what is code for email sending through localhost pc..?