Ver Mensaje Individual
  #11 (permalink)  
Antiguo 22/10/2008, 11:16
Avatar de xempro
xempro
 
Fecha de Ingreso: marzo-2007
Ubicación: Chile
Mensajes: 222
Antigüedad: 17 años, 1 mes
Puntos: 6
Respuesta: Ayuda con funcion include

Código PHP:
<?php 
    
// Script Padre
    
while ($data mysql_fetch_array($allvid)) {
          
$id=$data['Pers_Id'];
          include (
"update_time_pilot.php");
   }
?>


Código PHP:
<?php
    
// update_time_pilot.php
    # cambiar $_GET['Id'] por $id
?>