Technical question, answer please?
Ques. What is the use of "echo" in php?
- 1228 दृश्य
- 4 उत्तर
4 उत्तर
-
-
- 11 जुलाई
- 0 टिप्पणी
-
-
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 जुलाई
- 0 टिप्पणी
-
-
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 जुलाई
- 0 टिप्पणी
-
- Is Yahoo as a search engine dying.
- what type of technical questions are asked in interview ?
- How much was Yahoo worth at its peak?
- what type of degree is required to be placed in yahoo?
- How much did Microsoft offer for Yahoo?
- what type of programming languages we should know to join yahoo?
- Can anyone please give the complete information regarding Yahoo?
- How much does Verizon pay for Yahoo?
- is there any opening rightnow?
- What is the syllabus for Yahoo recruitement?
मॉक परीक्षण अभ्यास के लिए
yahoo
echo in php is used to print the statements to the output screen.echo has no return valuebr /eg:br /echo "Hello";