PHP
PHP is a popular general-purpose scripting language that is especially suited to web development.
Installing PHP on Windows
PHP is known to be one of the most commonly used server-side programming language on the web. It provides an easy to master with a simple learning curve. It has close ties with the MySQL database.
- 3 years ago
- 2K Views
PHP Array Functions and their usage with examples
This tutorial is created to give an abstract idea about commonly used PHP array function with examples. Through this tutorial you’ll be able to know, how to use array functions to make code more short
- 4 years ago
- 5.4K Views
PHP Program to remove empty or specific array elements
This tutorial is created to remove specific or empty (NULL) array elements from the array.
- 5 years ago
- 6.8K Views
Simple PHP MySQL CRUD Application
PHP is widely used by many developers today and it’s one of the easiest language to learn. This tutorial will help you to learn the basic CRUD (Create, Read, Update, Delete) operations.
- 5 years ago
- 15.1K Views
Simple PHP Page Router
This is a simple yet basic PHP routing application created to direct all request to index.php and route the files to it’s relevant paths.
- 5 years ago
- 8.8K Views
Convert PHP Array To JSON : Examples
This tutorial focuses on converting PHP Array to JSON. It is used to read data from the server and display it to the Web. JSON is a text format , and We can convert any JS Object into a JSON format.
- 5 years ago
- 7.3K Views