Some time ago I published some posts about configuring a PHP development environment in a Windows machine. If you are interested, you can find hereRead more…
Category: PHP
Configure a PHP development environment in Windows (part 4 of 4)
We have finally come to the end of this series of posts. I believe that in a serious PHP development environment a MySql installation cannotRead more…
Configure a PHP development environment in Windows (part 3 of 4)
Good morning folks! Here we are with another post about configuring a PHP development environment in a Windows PC. In the previous post we sawRead more…
Configure a PHP development environment in Windows (part 2 of 4)
And here we are again, talking about the configuration of a PHP development environment in a Windows 10 desktop. In the previous post we sawRead more…
Configure a PHP development environment in Windows (part 1 of 4)
As everyone knows, PHP is one of the most used server side languages on the web, and Windows is the dominating operating system for desktopRead more…
HTML AJAX image upload & preview with JQuery and PHP
In this post I will show you how to create a simple HTML form to make an AJAX image upload using jQuery and PHP. InRead more…