ok me parece que no has mirado ni solo manual...
lo que es php es php y lo que es html es html:
Código PHP:
Ver original<?php
if($_SESSION['logged'] == 'admin'){ ?>
<html>
<head></head>
<body>
<?php
if($user) ?>
<form name="panel" method="post" action="">
<h3>Panel de control </h3>
<table width="200" border="1">
<tr>
<td><input type="submit" name="button2" id="button2" value="Insertar Usuario" formaction="registro.html"></td>
<td><input type="submit" name="id" id"button" value="Consulta de usuarios" formaction="consulta.html"></td>
<td><input type="submit" name="button3" id="button3" value="Modificar/Eliminar Usuario"></td>
<td><input type="submit" name="button" id="button" value="Terminar Sesión" formaction="terminado.php"></td>
</tr>
</table>
<pre>
</form>
<?php } ?>
</body>
</html>
Revisa el código y ajustalo a tus necesidades puede de que no funcione.