Tag Archives: string

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

Variables

In this tutorial you will learn how to declare variables in php. Php has different types of variables Integer, float, String and etc we will talk about this later. This is the sample declaration of variables. Example: $mystring=”Hello cbautista.info”; $mystring2=”7”; … Continue reading

Posted in PHP Tutorial | Tagged , , , , | 1 Comment