fetch_web_data

Get the contents of a URL, irrespective of allow_url_fopen. - reads the contents of an http or ftp address and returns the page in a string - will accept up to 3 page redirections (redirectio_level in the function call is private) - if post_data is supplied, the value and length is posted to the given url as form data - URL must be supplied in lowercase
Parameters Summary
string $url
string $post_data = ''
bool $keep_alive = false
int $redirection_level = 0