Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/10/2008, 22:10
willykamp
 
Fecha de Ingreso: octubre-2008
Mensajes: 9
Antigüedad: 15 años, 6 meses
Puntos: 0
Exclamación Ayuda con funcion include

Hola, tengo un problema con esta funcion, anteriormente el codigo funcionaba, pero hace ya algun tiempo no funciona, produce este error:

Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\Inetpub\vhosts\xxx.xx\httpdocs\members\person\u pdating_pilot.php on line 12

Warning: include(http://www.xxx.xx/members/person/update_time_pilot.php?Id=117421) [function.include]: failed to open stream: no suitable wrapper could be found in C:\Inetpub\vhosts\ivao.org\httpdocs\members\person \updating_pilot.php on line 12

esta es la linea 12: include 'update_time_pilot.php?Id='.$data['Pers_Id'].';

existe alguna otra forma de escribir ese codigo, segun me dijeron los includes no reciben variables, pero no se como hacer, por favor ayuda soy nuevo en esto.

Gracias