• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

HTML Code Needed

  • 1,378
    Posts
    19
    Years
    HTML/PHP Code Needed

    I have been looking for some codes for a login box that sets up an E-mail
    and an E-mail login .
    I cannot find any codes.
    if there is one please don't hesitate to tell me.
    Thank you and have a nice day. :)
    If it's in PHP I don't mind.
     
    Last edited:
    I dont belive there is one,but i could fool around with JS and/or CSS and see if i can make you one.
    PM me if you can only use HTML and/or PHP.
     
    I'm up for anything
    CSS
    JS
    PHP
    HTML
    the basics, things I would know how to use
    but if anyone needs an HTML login code(not for the E-mail purposos I need one for)
    I have one
    Code:
    <form method="POST" action="https://YOUR-DOMAIN-HERE/login/login.php">
    Username:<input type="text" name="username" size="15" /><br />
    Password:<input type="password" name="passwort" size="15" /><br />
    <div align="center">
    <p><input type="submit" value="Login" /></p>
    </div>
    </form>
    Passwort is not misspelt it's just not in english
     
    u cant hsve one for email logging because
    1if you mean your own smtp server it is not possible unless ur host gives u 1
    2if u mean to log in to yahoo then well u can always point your script to their page but you cannot get your script to log into their server from their server, if that was possible we could get anyones id
     
    The host I have gives me unlimited E-mail accounts
    But if I can get one for E-mail sign-up that would work
     
    then its easy all you have to do is make your script point to the script which you use to creat email ids yourself, your host might not allow your users to create ids, it might be for you
     
    you had me, then you lost me.
    I have NO idea what that means, maybe you could explain it from a begginers perspective?
     
    Haunter Master said:
    I'm up for anything
    CSS
    JS
    PHP
    HTML
    the basics, things I would know how to use
    but if anyone needs an HTML login code(not for the E-mail purposos I need one for)
    I have one
    Code:
    <form method="POST" action="https://YOUR-DOMAIN-HERE/login/login.php">
    Username:<input type="text" name="username" size="15" /><br />
    Password:<input type="password" name="passwort" size="15" /><br />
    <div align="center">
    <p><input type="submit" value="Login" /></p>
    </div>
    </form>
    Passwort is not misspelt it's just not in english
    Your gonna need a mysql database and some PHP.or you can jsut set up a email thing that goes through cpanel email if you have a cpanel. thats a good idea.
     
    Back
    Top