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
Could we start a variable with number like $4name?
How do you find the length of a string in php?
Explain Whitespace Characters?
What are majic methords in php?
How to create a table to store files?
Tell me is it possible to submit a form with a dedicated button?
What is the role of php.ini file?
What is the use of return in php?
Define urlencode() and urldecode() used in php?
What does $_files means?
What is $_ request?
Write a query to find the 2nd highest salary of an employee from the employee table?
Explain about PHP filter and why it should be used?
Which is variable cost?
How to check curl is enabled or not in PHP