What is the difference between echo and print statement?
Answer Posted / guest
Both are output statements
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Does https prevent csrf?
Write a hello world program using variable?
What is php variable?
What is the name of scripting engine in php?
What is warning – “cannot modify header information – headers already sent”?
What is mysqli php?
How long is csrf token?
Is it more secure to use cookies to trfer session ids?
How to assigning a new character in a string using php?
Why does php need server?
Explain me is multiple inheritance supported in php?
List some features of php that are deprecated in php
Is multiple inheritance supported in php?
What is sql injection in php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?