Dawiss 0 Report post Posted January 25, 2006 Is there any way to make such database where I can write like name and passwords.. Then make an login box, and when somebody trys to acces the login he needs to write the name and password.. Then it is verifyed if is there such name and password and if it is then acces the page.. I think there is posible something like that with MySQL (db).. but can anybody say me a script or way to make something like that?Alredy thanks.. Share this post Link to post Share on other sites
OpaQue 15 Report post Posted January 25, 2006 http://forums.xisto.com/topic/7247-complete-login-system-with-php-mysql/This link should solve your query. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted January 25, 2006 And reference this article to learn about mysql. Page 3 talks about creating a database. The first two pages are good, too, for background information. If we write your script for you, without you knowing how it works, then you won't be able to maintain it properly, so the best thing would be for you to write your own script using the Topic OpaQue linked you to. At least then you will be able to make the Mods you need.Good Luck. Share this post Link to post Share on other sites
Dawiss 0 Report post Posted January 26, 2006 Thanks OpaQue for the tutorial .. and tjanks jlhaslip for MySQl information.. Yeah Im total newbie in MySQL things and have newwer worked with them yet .. So big thanks and I hope I will make good database (db).. Share this post Link to post Share on other sites
rtester40 0 Report post Posted April 27, 2006 Is there any way to make such database where I can write like name and passwords.. Then make an login box, and when somebody trys to acces the login he needs to write the name and password.. Then it is verifyed if is there such name and password and if it is then acces the page.. I think there is posible something like that with MySQL (db).. but can anybody say me a script or way to make something like that?Alredy thanks.. I am doing the same type of thing for my PHP RPG im creating I found a very usefull PHP script on PHP freaks there is like 2 of them but Version 2 is the bestthe webpages is at http://www.phpfreaks.com/the tutorial is @ http://forums.xisto.com/no_longer_exists/I hope this is what you are looking for.Richard Share this post Link to post Share on other sites