What is the difference between echo and print statement?
Answer Posted / sailabala sahoo
We can do format in print which we can’t do in echo.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a model in php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What enctype is required for file uploads to work?
What is preg_match?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Is php a case sensitive language?
Explain the difference between require() and require_once()?
Explain me what are the 3 scope levels available in php and how would you define them?
Explain what is the function file_get_contents() usefull for?
How do you call a constructor for a parent class?
What is php variable?
Explain converting an object?
How can you propagate a session id?
What is the maximum size of a database in mysql?
How to turn on the session support in php?