While many popular website applications (WordPress, Drupal, Joomla, etc.) are open source and therefore freely available, running these PHP-based apps on a Windows IIS web server requires a bit of ...
Recently, I was looking for a calendar system that would allow me to keep track of events, appointments and project dates. Quite a few of the applications that I looked at were written in PHP and used ...
How to back up and restore MySQL/MariaDB data for a website Your email has been sent If you've never backed up your MySQL or MariaDB databases, now's the time. Jack Wallen shows you how to back up ...
Dynamic PHP pages give you the option to choose a MySQL table dynamically from which to query. You must ensure that the table exists before running a query on the table. PHP has a quick function that ...
There may be times when you'll want to copy a MySQL database to a website. For example, if you are going to make changes to your company website, you should edit a copy of the site, not the live ...
The first app on our list is EasyPHP Devserver. It is a simple application that automates the process of setting and maintaining the web server application for you. EasyPHP Devserver allows you to ...
To get started, you should have two software – WAMP and the Drupal package. WAMP is a software stack consisting of Windows, Apache, MySQL and PHP. First, you will have to install WAMP on Windows. In ...