|
| 26 Sep 2015 10:29 PM |
I am creating an online website. How do I create a login box? (Using a script)
Please include the type (.js, .php, .css etc) and please include a short example script |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2015 10:31 PM |
codeacademy
Pretty sure you use PHP for logins though with $_POST/$_GET |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2015 10:31 PM |
| You can probably find some examples on the internet, I suggest browsing that, I don't think a lot of people will have efficient answers here, again I could be wrong. |
|
|
| Report Abuse |
|
|
|
| 26 Sep 2015 10:35 PM |
Why are you including dots in front of language names? Also, how can we include the type without knowing what exactly you want to do:
JavaScript is a client-side and server-side scripting language, and could be used to add client-side verification(although this is built into HTML5 and HTML5 should be used if support exists). However, client-side verification isn't a necessity.
What server-side language are you using? You mentioned PHP, is this the server-side language you're using?
CSS is used for the formatting of the webpage, and isn't required for a login page. |
|
|
| Report Abuse |
|
|
| |
|