how do I create a website where users can register?

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
saadsinpk
Forum Newbie
Posts: 1
Joined: Tue Jan 26, 2010 3:20 pm

how do I create a website where users can register?

Post by saadsinpk »

hi i am new here, i really need urgent help, i want to make website where people can register there easily, and username safe in my database, other i want to make admin panel where admin can upload picture and picture safe in db and show on main page, please help me
Last edited by saadsinpk on Wed Jan 27, 2010 5:53 am, edited 1 time in total.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: urgent help

Post by requinix »

User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: urgent help

Post by Darhazer »

The question is why somebody would register on the web site.
But if those are all your requirements, just grab any open-source CMS and do it.
Here are few... Joomla, Drupal, Typo3, e107, xoops.... or just google for free cms :)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Re: urgent help

Post by Luke »

Please update your post title. You will not receive help from people with post titles like "urgent help". You need to make your post title an accurate summary of your post. A better title would be something like "I need help with a registration script" or "how do I create a website where users can register"?

Also, you need to show us that you have at least made an effort to figure it out on your own. If you have any code that you have tried, post it here using our php tags.

This is not intended to make you feel bad or reprimand you, it is our responsibility (as mods) to explain the rules to new-comers. Thanks! :)
Post Reply