I am constantly receiving these errors when I execute a script The script's function is to collect back link data from another server? I want the script's execution to continue if it received a 502 error how to do it? I am using php!
every time you get an error you are breaking the loop (with the command exit) Instead of exit put something like: echo "error ...."; and this way the loop will continue executing sorry my english