How many ways we can give the output to a browser?
Answer Posted / jaimin desai
1. print()
2. echo()
3. printf()
4.<?= and?>
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of anonymous function in php?
What is $row in php?
How does the identity operator === compare two values?
What is full form of PHP?
What is meant by ‘passing the variable by value and reference' in php?
How to protect special characters in query string?
What are magic methods?
Is array function in php?
How many types of php are there?
What is the use of $_server and $_env?
Can we set session value in javascript?
What is the delimiter default in PHP?
How to create a public static method in PHP?
How can you retrieve a cookie value?
How to remove leading and trailing spaces from user input values?