my php used to be better. i promise!

This commit is contained in:
Thies Mueller 2021-01-08 17:44:12 +01:00
parent a2e9934799
commit aa86d5dbc2

View File

@ -20,7 +20,7 @@ $userln = $_SESSION['lastName'];
echo "Profile of ".$username; echo "Profile of ".$username;
echo "<br/>"; echo "<br/>";
echo "<table style="width:30%">"; echo '<table style="width:30%">';
echo "<tr>"; echo "<tr>";
echo "<td>"; echo "<td>";
echo "User-ID"; echo "User-ID";