This article is meant to be a short walkthrough on how to quickly setup a local development environment using Docker, a better alternative to installing a full LAMP stack such as XAMPP on your machine….
Browsing Category Code
Basic AJAX CRUD app using PHP, MySQL and jQuery
We are going to build a basic AJAX CRUD app from scratch using only PHP, MySQL and jQuery AJAX. CRUD is an acronym for Create, Read, Update, Delete. Basic operations that are at the heart...
Install PHP 7 and Composer on Windows 10 through Ubuntu in WSL
A major advantage of using this setup over the more common XAMPP development environment is that with Ubuntu in WSL, the PHP 7 installation will be the 64 bit variant, as opposed to XAMPP where…
Top 5 characteristics of an effective website
No one visits your website just to read your company’s mission and vision. Gone are the days when you only had to write your business objectives, add your company picture and call it a website….