1.What are the difference between echo , print , print_r ?
else this 3 can we show output to a client in some other
way?
Answer Posted / haranath reddy
Echo is a statement used to diplay the data where as print
and print_r are the functions which can perform
tasks.print_r can perform the rotaions in a loop like for
statement.
Pirnt_r Especially used for structures like arrays and
classes.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
explain php variable length argument function.
What websites use php?
How to get the directory name out of a file path name?
Where is session value stored?
What is the empty function?
What is php variable?
Is facebook still written in php?
Which software is used to run php programs?
What is difference between core php and framework?
Can constructor be private in php?
Which functions are used to count the total number of array elements in php?
How to access a specific character in a string?
What are the method available in form submitting?
What does a special set of tags do in php?
Does PHP 5 support exceptions? State Whether True or False?