asdfjkl 0 Report post Posted April 2, 2010 hello, I am working on a school project which requires me to creat a user login and a user queue for my website. I am not worried too much about security as its not really going to be hacked. All I am looking for is something simple that can remember user names and passwords. I have nil experience with databases and it would help very much if someone could give links to tutorials, applications/program to use and/or code. I dont know how to use mysql or php either. :S Pls help. Also, I have a basic website designed. I need help with hosting the site. All I need is for it to be hosted on a machine. I dont intend for it to be available to the WWW. Any pointers are greatly appreciated! Thanks! Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted April 2, 2010 check in the Tutorial sub-forum. There are several to pick from.Use the search feature to find them, or read down the list of tutorial titles.good luck. Share this post Link to post Share on other sites
Rigaudon 0 Report post Posted April 6, 2010 It's rather impossible to create a genuine login without the use of PHP or MySQL. You could, in theory, use javascript, but it would be insanely insecure since the usernames/passwords could be read openly in the source code. Otherwise, you're out of luck. If you want to host a site that's not available to the public, you'd need apache. I personally don't see any reason why you'd need to, since you don't use PHP and therefore can be viewed on your personal computer with just a browser. Anyways, I just installed wampserver, which has PHP, MySQL, PHPmyadmin, and some other stuff. Link: http://www.wampserver.com/en/ Good luck on your school project. Share this post Link to post Share on other sites
nirvaman 1 Report post Posted April 6, 2010 if someone could give links to tutorials, applications/program to use and/or codeIf you intend to use a simple login and registration script from php-login-script.com , they have a good script that you can customize to swich your needs , it comes with CSS file.I need help with hosting the site. All I need is for it to be hosted on a machineAnd about your webhosting , i'm sure that by posting on Xisto forums , you will be earning Mycents , that you can swap for Quality webhosting or maybe you can choose the new package with hosting for 10 years for 10$ , see this post by opaque Introducing Decade Plan - A New Package For Freshers Share this post Link to post Share on other sites