PHP
Tutorials
-
Create A Simple Laravel Hello World! Example
Learn how to create a simple Hello World! example with Laravel using the Blade templating language. Set a variable and pass it from the web […]
-
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 provides […]
-
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, while […]
-
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. Check […]
-
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) in […]
-
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 a […]