user registation and points

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
automac
Forum Newbie
Posts: 4
Joined: Mon Sep 19, 2005 9:18 am

user registation and points

Post by automac »

how do i make a user registration and a login and there user name goes under http://www.mysite.com/username ?

and how do i make a points system and where u can donate? points?
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Very broad questions right there. Some where to start you off with.

Make a user registration form.
Varify, purify user input.
Input into database.
Provide a login form.

Points:
Errm, just have a column in your database table for points. Add/Subtract (update query) when transferring points.

Not sure what else to say. :-S
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply