Database password protection

K

klimi

Guest
I have created a MySQL database and a PHP page which is connected with the database.

The thing that I want is the php page to be password protected for 200 users

Could you help me as I am absolute begginer to PHP and MySQL

Thanks

ps. I am sending you the php page
 

Attachments

  • mysqlb.zip
    1.6 KB · Views: 74
klimi,

You need to investigate some php authentication systems. There are many available in varying degrees of ease of use. Try phpclasses.com, hotscripts.com, and so forth. If you want to learn more about the behind the scenes, I recommend the SitePoint books, Object Oriented Techniques with PHP (vol 2 covers an authentication system, but you kinda need to know the stuff in vol 1 to use it).

Tim
 
Back
Top