How to save web form data to text file

  I’ve been working to get a simple web form to post to a local file on the web server filesystem, this can be modified for your purposes but will give you a base to start with. You will need a working Apache web server or equivalent and PHP installed and working. index.html 1. Create a… Read more »

PHP Test Script

  To see whether PHP is running on the web server, you can create a simple script which will self generate a page full of PHP information. It will give you the following information: System information Build date Server API Virtual directory support Path to PHP.ini Additional configuration files Additional used configuration files Others…. Simply… Read more »

Install WordPress on Microsoft IIS with Microsoft SQL 2008 Database Backend

Okay, so I struggled to get this going so I thought my very first blog post should attempt to help other people trying to host their own WordPress blog on IIS with a Microsoft SQL backend database server. The problem came trying to get IIS to talk to the database server, the rest of the… Read more »