Is it possible when I get a 503 error from a XML stream to not have it stop the PHP script but instead try again?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question could benefit from some more context, but assuming you mean the HTTP Status Code 503 you can try with
This will repeat the
doblock as long as the server responded with a 503 Status Code.