How many ways we can give the output to a browser?
Answer Posted / devendrarjadav
With the use of echo() and print() function we can give
output to a browser.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to download and install php on windows?
How to convert one date format into another in php?
which will print out the php call stack?
How does csrf token work?
What are php errors?
What is the meaning of xdebug?
How do I check environment variables?
How can we get ip address of a client in php?
What is difference between isset and empty in php?
How do you call a constructor for a parent class?
How can you associate a variable with a session?
Is php a middleware?
How to get the total number of values in an array?
How to include a file code in different files in php?
What is the use of return in php?