Tag Archives: echo

PHP-Echo 2

Now you know how to print your text using Php but that doesn’t enough. let us make it a little bit more tricky. Now, Ill teach you how to print anything inside a variable. Example: <?php $mystring=”Hello cbautista.info”; $myinteger=7; Echo … Continue reading

Posted in PHP Tutorial | Tagged , , , | Leave a comment

PHP-Echo

After learning the proper declaration of variables, another basic command in php is the Echo command. This command will allow you to print everything. Here are the examples how to use the echo command. Example: <?php Echo “Hello christianbautista.info”; ?> … Continue reading

Posted in PHP Tutorial | Tagged , | Leave a comment