Re: [PHP] using CURL or something similar to click on a link

2007-06-25 Thread Robert Cummings
On Mon, 2007-06-25 at 19:01 -0700, Siavash Miri wrote: > Hi All, > > > I just recently started writing a php script that would get some search > results from some other sites and display them. > > I believe the only php way to do this is using CURL. am I correct?? or is > there a more efficient

[PHP] using CURL or something similar to click on a link

2007-06-25 Thread Siavash Miri
Hi All, I just recently started writing a php script that would get some search results from some other sites and display them. I believe the only php way to do this is using CURL. am I correct?? or is there a more efficient way to do this? Anyways, i got it working fine with curl, except on