|
Posted by Rich on 08/17/05 21:09
In article <1124211769.472179.52180@g49g2000cwa.googlegroups.com>, andrew
says...
>
>hey guys.. i`m kind of new to php. I`m tring to get a secure loging
>sysytem for my website using php... for example i want to have multiple
>user and when you enter your password and username it goest to a
>webpage saying loding.... and then when its done to go to the accule
>webpage...but i dont want the person thats looking at my website. just
>to click source and see every single password and user name.
>
>thanxs
>
>Andres Acero
>
There's probably many ways you can approach that, but would depend on what you
have access to. You can usually handle authentication on your web server
configuration, but if you don't have access to that you may need to design your
own login process.
In that case you would probably need a database (e.g. MySQL), that you can use
to add, store, and query for information using PHP. PHP already has a lot of
built-in functions for connecting and communicating with MySQL and offers more
scalability to handle a growing list of users. It may be worth investing the
time upfront using that method, than using a simple text that isn't all that
secure and may outgrow quickly.
Rich
--
Newsguy.Com - 30 GB - $14.95 / month
Complete posts and long retention times
http://newsguy.com/overview.htm
Navigation:
[Reply to this message]
|