Thread: Jolt Environment 1.0.3200 [x86_x64]

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11  
    Registered Member

    Join Date
    Aug 2008
    Age
    28
    Posts
    774
    Thanks given
    97
    Thanks received
    131
    Rep Power
    328
    Quote Originally Posted by Kadir View Post
    So if I were to create an online thing, where you register, I would do like this?

    input.html
    Code:
    <html>
    <body>
    
    <form action="create.php" method="post">
    Username: <input type="text" name="username" />
    Password: <input type="text" name="password" />
    <input type="submit" />
    </form>
    
    </body>
    </html>
    create.php
    Code:
    <html>
    <body>
    
    <?php echo sha1($_POST["username"] + sha1($_POST["password"])); ?>
    
    </body>
    </html>
    Yes.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #12  
    Registered Member Brony's Avatar
    Join Date
    May 2010
    Age
    12
    Posts
    477
    Thanks given
    17
    Thanks received
    23
    Rep Power
    19
    Quote Originally Posted by Explorz View Post
    Nice, but i don't really understoot it
    Same lOl i dont understand that good English and this..lOl!

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •