View Full Version : Login names?
GB_Phoen1x
05-21-2008, 03:19 PM
Whats the code that will allow me to store usernames and etc. I know its php coding but how would do that, what do i need. Apache server,SQL, Idk. Please help.
thetestingsite
05-21-2008, 03:25 PM
View the tutorials here:
http://www.php-mysql-tutorial.com/user-authentication/index.php
Hope this helps.
GB_Phoen1x
05-21-2008, 03:49 PM
Thanks. also I went here http://w3schools.com/php/php_install.asp to download the stuff. Though I do not know how. Any more help?
Medyman
05-21-2008, 03:57 PM
Use WAMP (http://www.en.wampserver.com/) or XAMPP (http://www.apachefriends.org/en/xampp.html) for Windows or MAMP (http://www.mamp.info/en/index.php) for Mac. It's much easier than installing each seperately.
shotgun_ninja
05-21-2008, 04:04 PM
Use WAMP (http://www.en.wampserver.com/) or XAMPP (http://www.apachefriends.org/en/xampp.html) for Windows or MAMP (http://www.mamp.info/en/index.php) for Mac. It's much easier than installing each seperately.
XAMPP? What's the X stand for, XHTML?
GB_Phoen1x
05-21-2008, 04:50 PM
How do I make the server go online?
thetestingsite
05-21-2008, 05:15 PM
What do you mean by go online? Are you referring to making it accessible from the outside world or just locally. If the latter, simply point your browser to http://localhost/ and you should see your local site. If the first, you would need to use a service like http://www.dyndns.com/ so that others would be able to go to a domain that points to your computer.
Hope this helps.
boogyman
05-21-2008, 05:22 PM
once you set up the server, it is public to the world, meaning that anyone could type in the IP Address (eg 192.168.1.1) and if that was the IP of that server (computer) the person would be able to view the portions of it that were made public.
in order to get your server so its more human readable, like www.dynamicdrive.com instead of (n.n.n.n) you would need to use work with a company to make that transition...
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.