Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/05/2005, 16:40
diar
 
Fecha de Ingreso: mayo-2005
Mensajes: 3
Antigüedad: 18 años, 10 meses
Puntos: 0
hola nuevo,

no he utilizado ningun tipo de plantilla ni cms

Me he estado mirando la FAQ:
http://www.forosdelweb.com/showthrea...216#post443216
prero me parece que el idiomo lo pone automaticamente, y no te da opcion a escojer, ¿voy mal?


me estoy iniciando en php i todavia no se hacer muchas cosas
de momento tengo esto:

<?php
if(empty( $_GET [ 'seccio' ]))
$contingut = 'coxes' ;
else
$contingut = $_GET [ 'seccio' ];
?>

<table border="1" width="100%" id="table1" height="517">
<tr>
<td colspan="2" height="146">
<p align="center"><? include( 'moduls/cap.php' );?></td>
</tr>
<tr>
<td width="20%"><? include( 'moduls/menu.php' );?></td>
<td width="78%"><? include( '' . $contingut ); ?></td>
</tr>
<tr>
<td colspan="2" height="81">
<p align="center"><? include( 'moduls/peu.php' );?></td>
</tr>
</table>