Technical question, answer please?
Ques. What is the use of "echo" in php?
- 1215 Views
- 4 Answers
4 Answers
-
-
- 11 Jul
- 0 Comment
-
-
PHP echo and strongprint Statements/strong. echo and strongprint/strong are more or less the same. They are both used to output data to the screen. The differences are small: echo has no return value while strongprint/strong has a return value of 1 so it can be used in expressions.
-
- 05 Jul
- 0 Comment
-
-
It is used to print a data in the webpage, Example: <?php echo 'Car insurance'; ?> , The following code print the text in the webpage
-
- 11 Jul
- 0 Comment
-
- Are they having any specific criteria for freshers?
- Is Yahoo as a search engine dying.
- hi, need to know about the topics for the exam
- How can I join this company? What accommodation provide by company
- what type of technical questions are asked in interview ?
- How much was Yahoo worth at its peak?
- is there any opening rightnow?
- Is Yahoo owned by Microsoft? Explain your answer
- Yahoo selection process and requirements for them
- How much does Verizon pay for Yahoo?
Practice Mock Test
yahoo
echo in php is used to print the statements to the output screen.echo has no return valuebr /eg:br /echo "Hello";