Having problem getting a source page i know you can do tricks like file_get_contents(url)
but what if i wanne send things like URL, Flags, targetframe, PostData, Headers also? eny idea especialy postdata
coopster
3:14 pm on May 8, 2006 (gmt 0)
You mean you don't want to just GET url data, but you want to POST data to a page? You can either open your own socket [php.net] or you can use curl [php.net].