![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/12/2013, 14:02
|
| | Fecha de Ingreso: mayo-2008
Mensajes: 287
Antigüedad: 16 años, 9 meses Puntos: 2 | |
Respuesta: problema con css y php no el codigo php es
<?php
switch ($id) {
case "basico":
include"b.html";
break;
case "venta":
include"moduls/venta.php";
break;
}
?> |