|
You will only get errors back if something fails during the browser communication.
HTTP is a disconnected protocol, which means the client sends a request, the server sends a response and communication is finished. There is no more communication until the client makes another request.
Any message output from wget is routed to nowhere (/dev/null ). What your PHP script does is to start a silent instance of wget, if that fails for any reason you will never know.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|