Search results

  1. J

    Html outputting someones username they enter?

    so i have this <?php if(isset($_POST['submit'])) { $username = $_POST['username']; echo "your username is $username"; } ?> <form id="form1" name="form1" method="post" action=""> <p>username: <input type="text" name="username" id="username" /> </p> <p> <input type="submit" name="submit"...
  2. J

    html How to get someone to enter a username then have it output the persons...

    ...username on the website? ex Login -Jason Hello Jason Im new to php but i know html, so if u could show me an example of how u would do it including if i need 2 files such as 1 .html and 1 .php and what would be in each file
Back
Top