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
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Explain briefly about a search-friendly site looks like?
What is difference between sql and php?
What is a php form?
Explain what does $_server means?
What is asort php?
How to read the entire file into a single string?
What is the delimiter default in PHP?
Which database is best for php?
How to remove duplicate values from php array?
What version of php do I have windows?
Where do I run php code?
How to check if a string contains a character or word in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
How do I check if a given variable is empty?