From: "Aleksei Ivanov" <[EMAIL PROTECTED]>

> I realize it's a stupid question but I need a simple solution.. I'd
> like to get contence from script-generated webpage (I send a
> regquest via get or post method to a page and it generates a
> response page - how do get that page as a string? Get the
> source of the page). It's obvious that it cannot be shown with
> file functions. Only solution I was mentioned vas CURL package
> but I'd like to solve this with standard functions. Is it possible?

$page =
file_get_contents('http://www.domain.com/page.php?param1=value1&param2=value
2');

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to