PHP basic variables: PHP variable is an identifier. It will start with a dollar sign ($). No need to declare any variable before using, like other any programming languages.
PHP Data Types
How to install PHP on Windows
To run the PHP program we need the following things: PHP file Web server (eg, Apache) Database Web browser (eg, Mozilla, Chrome) We can install PHP and Apache as separately or install the “XAMPP” software which contains PHP, Apache and Mysql package. Here we have explained how to install PHP in your windows system using […]
PHP Basic Syntax
PHP Basic Introduction
What is PHP The abbreviation of PHP is Hypertext Preprocessor. PHP is a server side scripting language. It is an open source, easy programming language; and anyone can learn PHP and implement it in your code. Using PHP people can build a robust, dynamic website. PHP compatible with all major databases such as Mysql, Oracle. […]
Laravel startup guide for beginner
Introduction Laravel is a MVC framework developed in PHP. It is a simple and easy framework, having many plugins or libraries for the web applications. In today’s world, Laravel is the best PHP framework for developing business web application. Here we provide the startup guide for beginners of Laravel framework. Pre-requisite Make sure that the following is installed […]