Well, guess I am a little confused on what we are NOW discussing. I thought it was about this one line not
working well under certain versions of IE?
if (isset($_POST[‘submit’]))
I have a site that scrapes a Google search and then scrapes data out of the list of sites it finds. It uses CURL and
it works well although slowly at times. It uses the above and has never failed and seems to work just fine on the
older IE8. I tested it by starting up and older desktop I was planning on taking to the dump. My code does not
accept outside CURL posts. It only allows CURL posts from my own server. A CURL request or post from my own site
will run just fine.
I guess I still going to use it on this site. I do not have IE7 or IE6 to test with, although I think I have an XP
emulation on one of my systems and will play with that later in the week… I think it has IE6 on it… Will be
interesting to see if it can handle the code…