Web

Fix Error – Apache Shutdown Unexpectedly in XAMPP [SOLVED]

When it comes to web development, having a local server on your computer is essential. XAMPP is the most popular too that helps to create an Apache Web Server in windows. It allows developers to test and debug their web applications before deploying them to a live server. XAMPP is a popular cross-platform software stack …

Fix Error – Apache Shutdown Unexpectedly in XAMPP [SOLVED] Read More »

Responsive Column using Bootstrap Grid system and Multiple Column types.

Responsiveness is a must quality for any website these days. And all the beginner web developers know that what a chaotic process it is to obtain a desired result.Bootstrap has been the savior for a long time for developers like us. The most important aspect of Bootstrap is its 12-column mobile first grid system. This …

Responsive Column using Bootstrap Grid system and Multiple Column types. Read More »

Solution to Invalid file type and directory not found error while installing opencart 2.X extensions

This post is a step by step guide for installing Opencart extensions in localhost or web server. This also gives solutions to common problems like “directory containing files to be uploaded couldn’t be found” or “invalid file type” when you try to upload .zip extensions. So let’s begin – Installing Opencart extensions in localhost or …

Solution to Invalid file type and directory not found error while installing opencart 2.X extensions Read More »

How to setup FTP on Localhost using XAMPP | Windows localhost FTP server

Creating an FTP server on localhost is quite easy. Just install XAMPP and follow these steps: Setting up FTP on Localhost Using XAMPP Open XAMPP control panel and click the start button next to Filezilla. Go to C:xamppFileZillaFTP or to the proper directory if you have installed xampp in another directory. Open Filezilla server interface.exe …

How to setup FTP on Localhost using XAMPP | Windows localhost FTP server Read More »

$_POST array empty? Using JSON with $_POST.

Despite its name, the $_POST array won’t always contain your POST data and can be easily found empty.It’s because PHP only parses a POST payload automatically when it has a content type of application/x-www-form urlencoded or multipart/form-data.let’s take an example. Assume that we make a server request with a jQuery.ajax() call as follows: $.ajax({    url: …

$_POST array empty? Using JSON with $_POST. Read More »

Exit mobile version