View Single Post
Old 05-28-2004, 03:27 AM   #1 (permalink)
k_day64
Upright
 
CP Login, PHP/MySQL

Well it was bound to happen at some point...

I have been avoiding PHP/MySQL for the past three years and now I have a need for it and I am looking for help.

I need to form a CP for user updates. The user will register a username and password and then be able to add information to a contact list.

The password must be used edit the user information.

Where do I start?

1) I can read and write to a database already.

1) Need to form a login.
2) Have a form/way to update the database.
3) Way to email passwords when users become dumbarses.

~k_day64
k_day64 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76