May 21, 2008 #1 tfhwargt3 Programmer Joined Sep 19, 2006 Messages 61 Location US Is using the curl library the most efficient way to screen scrape with PHP?
May 21, 2008 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR for straightforward stuff i use file_get_contents() with the http protocol specified. Upvote 0 Downvote