Search found 2 matches

by Big Squid
Tue Mar 29, 2011 12:29 pm
Forum: PHP - Code
Topic: FOREACH Loop Problem
Replies: 4
Views: 1115

Re: FOREACH Loop Problem

Here is an example of the errors. In this case I entered the exact same url, and only the last iteration worked. [text]Warning: fopen(http://www.google.com/search?q=site:http://www.google.com ) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 503 Service Unavailable in C:\xampp...
by Big Squid
Tue Mar 29, 2011 10:30 am
Forum: PHP - Code
Topic: FOREACH Loop Problem
Replies: 4
Views: 1115

FOREACH Loop Problem

I'm trying to write a script that will check to see if a specifc url is indexed within Google, Yahoo, & Bing. I've got it to work using a single url, however when I add another url, the problems begin. It doesn't matter if I'm checking 2 or 200 urls, only the last url on the list will work. The ...