Hi, For some (strange, I know) reason I would like to copy the content of a webpage into a database.
I would like to have code like
$whocares = include ("http://www.microsoft.nl");
$query = "insert into html values ($whocares,...)";
..
However, include can not copy the content to a variable. Does anyone
have an idea how to circumvent this problem?
Thanks,
Patrick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

