Ver Mensaje Individual
  #2  
Antiguo 21-01-2004
Morfo Morfo is offline
Miembro
 
Registrado: ene 2004
Posts: 12
Reputación: 0
Morfo Va por buen camino
Del manual...

exec() executes the given command, however it does not output anything. It simply returns the last line from the result of the command. If you need to execute a command and have all the data from the command passed directly back without any interference, use the passthru() function.



Saludos.
Responder Con Cita