Hi please note that i have the following code and it's working fine but after entering useranme and password i want to lead to a new page with HTML table so i want to add HTML talbe to the PHP code would you please help with this :
<?php
$username = $_POST['username'];
$password =...