05-30-2011, 09:32 PM
I made a website (CSS/HTML). I want to make a login function and allow people to upload pictures. How can I do that?
login?
|
05-30-2011, 09:32 PM
I made a website (CSS/HTML). I want to make a login function and allow people to upload pictures. How can I do that?
05-31-2011, 12:35 AM
(This post was last modified: 05-31-2011, 12:36 AM by ★Cooldude★.)
PHP would be your best bet. Watching this might help.
06-01-2011, 05:58 PM
Well your best bet without learning a BIG amount of coding knowledge is to get a source and modify it, if you're wanting to learn how to code the language this is the wrong section.
06-01-2011, 05:59 PM
You'll need to use MySQL to store login data and PHP to connect to it. If you're new to this, I suggest finding a free script instead.
06-01-2011, 11:07 PM
so thats means I need to learn the database coding........?
06-02-2011, 10:57 AM
(06-01-2011, 11:07 PM)intel 4004 Wrote: so thats means I need to learn the database coding........? To be honest, it depends what login script you want, for example; if you want a login script that's just simple and clean with a white background then you might as well get knowledge of HTML/PHP/SQL if you want to make a super nice one then learn a language like CSS
06-02-2011, 10:59 AM
(06-02-2011, 10:57 AM)Laughynose Wrote: To be honest, it depends what login script you want, for example; if you want a login script that's just simple and clean with a white background then you might as well get knowledge of HTML/PHP/SQL if you want to make a super nice one then learn a language like CSSHe said he already knew CSS but no php. CSS isn't needed for a login but some sort of serverside language is.
06-02-2011, 11:07 AM
You're wrong since PHP is the login script, you need PHP to connect to the MYSQL database, and the server side is MYSQL.
06-02-2011, 11:08 AM
Use PHP for it. Google a simple logging in
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
problem with popup login | nandahosting | 5 | 1,371 |
07-04-2011, 06:44 PM Last Post: AceInfinity |
|
login php | Miku | 8 | 1,832 |
07-01-2011, 08:01 AM Last Post: ★ASI_F★™ |