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 / 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 |
Post New Answer View All Answers
What is the default session time in php?
What is $globals php?
How do you pass a variable by value in php?
What is the difference between explode and split?
Is php easier than javascript?
Is php a strongly typed language?
Which is the correct way to check if a session has already been started ?
What would occur if a fatal error was thrown in your php program?
What are string functions?
How is it possible to return a value from a function?
What is mysql_fetch_row?
What is the difference between characters and #?
How can we increase execution time of a php script?
What are the uses of explode() and implode() functions?
How to check your php installation?