MySQL

Create a Site Authentication Login with PHP and MySQL

Wednesday, May 23rd, 2007

Setting up restricted access to certain pages is a breeze. Here I will show a quick way to control who can view specific pages using a form based login system and a MySQL database of allowed users.

Displaying Click Counts with PHP and MySQL

Saturday, May 19th, 2007

Terry at SuperAff.com has asked about a follow up to a previous post Hiding Links With PHP and Counting Clicks with MySQL. In this article I demonstrated how to hide links

Hiding Links With PHP and Counting Clicks with MySQL

Saturday, April 7th, 2007

There are many reasons why one might want to hide their links - perhaps

Setting up MySQL in Fedora Core 6

Sunday, March 11th, 2007

I decided to develop a web portal that runs off of my laptop for my personal use. Since it is the only computer I use for business, it seemed like the logical direction to take. One problem that I have always had when developing a server setup is getting MySQL to do what [...]