I’m creating a mobile payment processing script for my site, and to validate the payment I have to grab a string from the providers site.
The string will be either “Valid” or “Invalid”
How can I pull this string from my own site?
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.
If you want to check for a particular string in the HTML from a remote page based on the URL, you can use the following:
Hope that helps.