Need some ideas

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
d_kulman
Forum Newbie
Posts: 1
Joined: Sun Feb 09, 2003 11:13 pm
Contact:

Need some ideas

Post by d_kulman »

Hello all and thank you in advance for taking the time to try to help me out on this little problem I am having.

The problem is I have a website that I need to secure via a password and user name system, the problem is I have no idea what programs out there are the best for this. I am running IIS with PHP and Mysql. Could someone please point me in the right direction. Want to get this site up and running withing the next week!

Thanks all
cctrax
Forum Commoner
Posts: 36
Joined: Thu Jul 11, 2002 9:05 pm
Location: United States
Contact:

Post by cctrax »

Well...how exactly would you want to secure the site? I mean, a general user login script written in PHP should be good. If you need the help, you can either read around, and learn how to do it yourself - or just ask around. I am sure there are a few good people here who would have enough time to print one up for ya ;) - lol

OR

Depending on how you manage your site - there may or may not be a way to password protect your directories from a control panel. At times, I will use this just because A) I am either too lazy to write the script or B) If I only want one username and password combination - this is the simpilest way to go.

Cheers
Post Reply