[ create a new paste ] login | about

sebastian111

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by sebastian111:

PHP, pasted on Mar 4:
1
2
3
4
5
   if(isset($_POST['register'])) //  
{
    $user  = $_POST['username'];
    $password=$_POST['password'].PHP_EOL;
    $fh = fopen("file.txt","a+");
...
view (36 lines, 36 lines of output)
PHP, pasted on Mar 4:
1
2
3
4
5
                   <form action="testinl2.php" method="POST">
                       
                       <p>Username <input type="text" name="username" id="namn" /></p>
                       <p>Password<input type="text" name="password" id="namn" /></p>
                       <input type="submit" name="Logg" id="Namn" value="Login"/> <!--Button-->
...
view (52 lines, 12 lines of output)