Posts tagged mysql

Installing Ruby on Rails + MySQL + Imagemagick + Nginx + Passenger With Macports OSX

This was one epic battle for me when i tried to get rails going with Lighttpd. But with that said, i have been spending quite sometime on just getting my development environment up and running on an environment similar to how i would deploy the... [+]

MySQL Dump of My Countries Table

Struggling to find a decent English version with an ISO 3166-1 alpha-2 code, I decided to work my own from the Wikipedia page. The MySQL dump features a lowercase code so you can use country flags from here without worrying about string conversion to meet filenames.... [+]

Ultimate Guestbook Tutorial: How to build a Guestbook with a honeypot, error checking, IP banning, pagination, e-mail notification and smilies with PHP and mySQL

In this tutorial i will teach you how to make a guestbook script with PHP and mySQL. Guestbooks are very common today on the internet and are great for getting user feedback or a simple hello from your site fan’s. This tutorial will feature form... [+]

Tutorial: How to build a poll system with PHP and mySQL

If you have been doing the other tutorials on this site you will notice that I have been teaching PHP and mySQL through projects. Projects that you can slot into your website, or if you are building a project, code that you can use within... [+]