Ejemplo n.º 1
0
<html>
	<head>
	</head>
	<body>
		<?php 
require "cola.php";
$cola = new cola("localhost");
$cola->SacarPuesto();
$cola->Mostrar();
?>
	</body>
</html>