User Profile

Collapse

Profile Sidebar

Collapse
dridia
dridia
Last Activity: Apr 8 '12, 05:35 PM
Joined: Apr 8 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dridia
    replied to Log username and password
    in PHP
    I Got it working!
    The "index.php" code
    Code:
    <form action="log.php" method="post">
     <p>username<input type="text" name="name" /></p>
     <p>password<input type="text" name="age" /></p>
     <p><input type="submit" /></p>
    </form>
    and for "log.php"
    Code:
    <?php
    ...
    See more | Go to post

    Leave a comment:


  • dridia
    replied to Log username and password
    in PHP
    I mean, when you enter something in the two textboxes and hit a button it will create another HTML page like "log.htm" and when you enter that website you will be able to see what the person writed.
    See more | Go to post

    Leave a comment:


  • dridia
    started a topic Log username and password
    in PHP

    Log username and password

    Hi! I'm looking for a script to keep track of players password and usernames. Simply, keep track of information that enters into a textbox. I've tried to make it work for about 1 week now, but i really can't find anything. I'm new to php but i know the bases of PHP.
    I would appreciate if someone could help me with this!!
    See more | Go to post
No activity results to display
Show More
Working...