Posted in PHP Web Development

Data Types in PHP | Learn PHP Data Types

Data types in PHP, like any other programming language reflects which type of data is stored in variable. Since, as discussed earlier, PHP is loosely…

Continue Reading... Data Types in PHP | Learn PHP Data Types
Posted in PHP Web Development

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…

Continue Reading... Understanding Variables in PHP | PHP Tutorial
Posted in PHP Web Development

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…

Continue Reading... Echo and Print in PHP | PHP tutorial
Posted in PHP Web Development

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…

Continue Reading... PHP Syntax | PHP tutorial | Learn PHP
Posted in PHP Web Development

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…

Continue Reading... Setting up the environment | PHP Tutorial
Posted in PHP Web Development

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…

Continue Reading... PHP Introduction | PHP tutorial | Learn PHP
Posted in PHP Web Development

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…

Continue Reading... PHP Tutorial | Learn PHP online free