Stumps Twenty20 Website Live

The Stumps Twenty20 website is now live. The website uses a MySQL database back-end, which is used to store information such as results, player statistics and team information. The database is then queried using PHP to display information throughout the website. Examples are the lists for ‘Top 10 Batsmen’ and ‘Top 10 Bowlers’ on the [...]

Site Redesign

Well I’ve just finished redesigning the website. It now incorporates many additional features which wordpress has to offer including the recent comments and recent posts in the footer.

PHP and MySQL Demo – MHMHC Website

What are PHP and MySQL, and why use them?

PHP is a server-side scripting language for creating dynamic websites. It can be directly embedded into HTML pages, and will display as HTML code on the client-side.
MySQL is a relational database management system (RDBMS), used extensively in web applications.
By using PHP and MySQL, it is possible to [...]