david@intel-compute-stick:~$ cd /var/www/html/053 david@intel-compute-stick:/var/www/html/053$ php database.php > output02.txt david@intel-compute-stick:/var/www/html/053$ telnet 127.0.0.1 80 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. POST /053/form1.php HTTP/1.1 host: localhost Cookie: Cookie53a=<br>Hallo, Cookie 53a<br> Content-Length: 20 Content-Type: application/x-www-form-urlencoded text1=<br>Text53<br> HTTP/1.1 200 OK Date: Fri, 27 May 2022 14:19:31 GMT Server: Apache/2.4.52 (Debian) Set-Cookie: PHPSESSID=i5pmafv6t77721r4dk8halslp0; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: Cookie53=THIS_IS_COOKIE_53; expires=Fri, 27-May-2022 15:19:33 GMT; Max-Age=3599 Vary: Accept-Encoding Content-Length: 232 Content-Type: text/html; charset=UTF-8 <form method="POST" action="./form1.php"> <input type="text" name="text1"></input> <input type="submit"></input> </form> i5pmafv6t77721r4dk8halslp0<br> <br> <br>Hallo, Cookie 53a<br><br> <br>Text53<br><br> Connection closed by foreign host. david@intel-compute-stick:/var/www/html/053$