Software Programs and Projects

This Software Programs and Projects include programing tips and technology using different languages like VC++,ASP,JSP C#.Net,PHP,VB.Net,JavaScript,ASP.NET .Software Programs and Projects blog mainly support to software programmers and provide help through the mail.

PHP supports print and echo commands for printing text in a web browser,

Each code line in PHP must end with a semicolon. There are two basic statements to output text with PHP: echo and print. In the example above we have used the echo statement to output the text "Hello World".


echo command

<html>
<body>
<?php print"Helloworld" ?>
</body>
</html>

tag:- PHP : print and echo commands using for print text in a web server


0 comments:

Post a Comment

Post a Comment