Este es mi código y me gustaría saber si se puede hacer este tipo de uniones de códigos.
Código PHP:
Ver original
<?php if($_SESSION['logged'] == 'admin') { <html> <body> 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> </body> </html> }
Gracias por sus comentarios, quejas y regaños