What is the Diff. Between echo() and Print() in PHP?
Answer Posted / muhammad ali kazi
Echo() and Print() Outputs string Echo() is statement and
Print() is functions.
| Is This Answer Correct ? | 22 Yes | 16 No |
Post New Answer View All Answers
What is the name of scripting engine in php?
What do you mean by core php?
Which method removes the last element from the end of an array?
Which function is used in php to count the total number of rows returned by any query?
Which php framework is best?
What is php string function?
Write logic to print Floyd's triangle in PHP?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Why should I learn php?
What is php destruct?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is difference between required and include in php?
Do you know how to enable error reporting in php?
What Is a Persistent Cookie?