Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/11/2007, 09:37
Avatar de xempro
xempro
 
Fecha de Ingreso: marzo-2007
Ubicación: Chile
Mensajes: 222
Antigüedad: 17 años, 1 mes
Puntos: 6
Re: Error de sintaxis

codigo corregido:
Código PHP:
<td width="200" class="Estilo2"><form action="<?php echo $editFormAction?>" method="post" name="form5" id="form5"><div align="center"><?php if($tiempo=='-1'){ ?>
<input name='continua' type='submit' onclick="<?php echo $tiempo=time(); ?>" value='continua' />
<?php }else{  ?>
<input name='pausa' type='submit' onclick="<?php echo $tiempo=(time()-$tiempo) , $acumulativo=($acumulativo+$tiempo) , $tiempo=-1?>" value='pausa' />
<?php }?> 
      <input type="hidden" name="estado" value="<?php echo "Finalizada"?>" /> 
      <input type="hidden" name="MM_update" value="form5" /> 
      </div>   </form></td>