Web Development Tutorials
//

Tag: PHP

Programming

Install Laravel On Windows

Learn how to install Laravel on windows with composer. Create a web application with Laravel framework that provides a structure and starting point. Laravel…

May 27, 2023

Programming

Read and Parse JSON files in PHP

Read and parse JSON files using the functions file_get_contents() and json_decode() in PHP. The function file_get_contents() will read the entire file into a string,…

April 5, 2023

Server Administration

Check Apache, MySql, and PHP versions

To further check Linux Apache MySQL PHP (LAMP) stack installation, the following can be made to know the exact installed version of each application.…

March 23, 2023

Programming

Create An Image With PHP

With the help of the GD library, it is possible to create a JPG, GIF, PNG, and other image formats (Formats supported by GD)…

March 4, 2023

Programming

Access MySQL DB using PDO in PHP

Most, if not all new PHP server installations now a days include the PHP Data Objects API (PDO_MySQL), this extension is recommended if there’s…

March 1, 2023