webdev.ramyash@gmail.com

Web Development: Use of "echo" in php


Unlock the World of Web & Tech – Learn, Innovate, and Excel!

Use of "echo" in php

It is used to print a data in the webpage,

Example:

<?php

echo 'Hello World';

?>

No comments:

Post a Comment