Tag: learn php
Understanding Variables in PHP | PHP Tutorial
Variables in PHP, like in any other programming language, can be treated as a storage for some information. This information or data can be used…
Echo and Print in PHP | PHP tutorial
In PHP the output can be seen using two statements : echo and print. Echo statement is the most basic way to display output in…
PHP Syntax | PHP tutorial | Learn PHP
As we have discussed in earlier sections that PHP and HTML codes can be written in a same file, so there there needs a way…
Setting up the environment | PHP Tutorial
As discussed earlier, PHP is a server-side scripting language and needs a server to execute. We can either purchase a server online to test our…
PHP Introduction | PHP tutorial | Learn PHP
This article is about introduction to PHP. PHP stands for Hypertext Preprocessor. PHP is specifically used for web development and it is server-side scripting language. By the…
PHP Tutorial | Learn PHP online free
In this PHP tutorial, you’ll learn PHP from complete scratch. This PHP tutorial will also guide you through setting up the local server on your…