Internee PHP Developer Question:
How can we display the output directly to the browser?
Answer:
To be able to display the output directly to the browser, we have to use the special tags <?= and ?>.
Previous Question | Next Question |
Tell us what does the initials of PHP stand for? | Tell us is it possible to protect special characters in a query string? |