What is the Diff. Between echo() and Print() in PHP?
Answer Posted / guest
Print() can't be accept multipale argument but echo() can
be.
| Is This Answer Correct ? | 97 Yes | 17 No |
Post New Answer View All Answers
Do you know what is the use of rand() in php?
How to find current date and time?
What is active record in php?
What is the super method?
What is Apache's configuration file typically called?
What is $_ env in php?
What is symfony php?
Can constructor be private in php?
What is meant by ‘passing the variable by value and reference' in php?
How can you create a session in php?
How can we increase execution time of a php script?
Why is facebook still using php?
What is the best way to change the key without changing the value of a php array element?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What is the alternative structure for control structures?