Recent content by BrettFreeman

  1. BrettFreeman

    GDLib Sig

    I've started playing around with the GDLib functions in PHP. It's pretty fun to work with. Here is a sig that I created. It tells how many times it's been viewed, the users browser and the users IP. Please rate it!
  2. BrettFreeman

    April Fools

    Did anyone else see that board message that was on for awile? It read something like this: Corey has decided to close down the hosting and sell all his webspace. He now is going to run off to Hawaii with his 10 wives. I thought it was pretty funny, unless it wasn't a joke :blink...
  3. BrettFreeman

    Live Chat

    I could start a live chat server on an IRC server I own. It would probably get populated quickly. I think it would be a good idea for members to chat about anything or for people to come get support. I would almost always be in it, and if I wasn't in it, i'm sure someone else would be. Anyway...
  4. BrettFreeman

    [PHP] MySQL Login System

    In this tutorial, I will teach you how to create a login system that takes the username and password from a database. Here is the code, I will break it down at the end. First, we will begin by making our table and fields, and insert data into them. Execute this SQL command in a interface such...
  5. BrettFreeman

    [PHP]Simple Flat File Login Form

    In this tutorial, I will show you have to creat a simple flatfile PHP login system. This is our code, I will break it down at the end: Login.php: <html> <head> <title>Login</title> </head> <body> <form action="./login.php" method="post"> <input type="text" name="uname"> <input...
  6. BrettFreeman

    Hello.

    Hello, my name is Brett Freeman, and I have just found your community! Very nice place you guys & gals have going here. I have been bored the past couple of weeks, and I need something to keep me busy. I hope to become a regular member of this community, and maybe become a staff member. I have a...
Top