You are viewing our Forum Archives. To view or take place in current topics click here.
I need help with html/css look in post for question!
Posted:

I need help with html/css look in post for question!Posted:

Automotive
  • Rising Star
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
I have a basic website built already but I would like to incorporate a login system that you register an account and then you can log in and out as you wish but I have no idea where to start! Can someone please help me out?

PLEASE NOTE: This is on Notepad++
#2. Posted:
TheCoderV1
  • V5 Launch
Status: Offline
Joined: Feb 01, 201212Year Member
Posts: 934
Reputation Power: 54
Status: Offline
Joined: Feb 01, 201212Year Member
Posts: 934
Reputation Power: 54
In order to have a login system you need a database that can hold all the username/passwords information. So a mySQL database you can not just use notepad++ for that.
#3. Posted:
Automotive
  • Rising Star
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
Could you help me out with that?
What do I need?
How do I connect these together?
How do I create all the pages?
#4. Posted:
MX
  • Supporter
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 1,896
Reputation Power: 233
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 1,896
Reputation Power: 233
The form for the login would need to be coded in your HTML file (Notepad++)

For it to all actually work you will need a domain and hosting, on your hosting there will be an option for a MySQL Database. You create one and link it to your HTML.

I also believe you will need PHP for the actual login but im not 100% sure so correct me if I am wrong.
#5. Posted:
Automotive
  • Rising Star
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
Okay thank you, I guess for now I won't use one
#6. Posted:
ProJimmyRustler
  • 2 Million
Status: Offline
Joined: Jul 14, 20149Year Member
Posts: 1,720
Reputation Power: 71
Status: Offline
Joined: Jul 14, 20149Year Member
Posts: 1,720
Reputation Power: 71
Spikeball wrote Okay thank you, I guess for now I won't use one
You could use Code Academy. That will teach you how to get something like this up and running fast. You could however, get a very simple long in system going with a dropdox account. You wouldn't be able to have a profile, but a name and password would be do able.
#7. Posted:
MX
  • V5 Launch
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 1,896
Reputation Power: 233
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 1,896
Reputation Power: 233
ProJimmyRustler wrote
Spikeball wrote Okay thank you, I guess for now I won't use one
You could use Code Academy. That will teach you how to get something like this up and running fast. You could however, get a very simple long in system going with a dropdox account. You wouldn't be able to have a profile, but a name and password would be do able.

I agree with this guy, go learn with code academy.

Being able to do something like this is great as logins are very popular for websites
!
#8. Posted:
Automotive
  • Rising Star
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
Status: Offline
Joined: Aug 13, 201310Year Member
Posts: 735
Reputation Power: 31
On code academy which lesson(s) is this?
Or could you link me to it
#9. Posted:
LAXDUDE182
  • Summer 2018
Status: Offline
Joined: Jun 25, 201112Year Member
Posts: 163
Reputation Power: 6
Status: Offline
Joined: Jun 25, 201112Year Member
Posts: 163
Reputation Power: 6
Spikeball wrote On code academy which lesson(s) is this?
Or could you link me to it


You're going to want to take the PHP course for sure.
And you can use PHP and a MySQL Database on your local machine for free by using xampp.
#10. Posted:
ProJimmyRustler
  • Summer 2018
Status: Offline
Joined: Jul 14, 20149Year Member
Posts: 1,720
Reputation Power: 71
Status: Offline
Joined: Jul 14, 20149Year Member
Posts: 1,720
Reputation Power: 71
Spikeball wrote On code academy which lesson(s) is this?
Or could you link me to it

You will need PHP/MySQL for the site if you go one way.

However, instead of hosting your own server, which is needed for a site anyways, you can just use dropbox as your "Server".

[ Register or Signin to view external links. ]

This will show you PHP.
If I were you I'd go ahead a learn Java script, Jquery, Ruby, and Rails while you are at it. These will allow you to make a much better website instead of using HTML and CSS.

If you don't want to invest that time:

Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.