I would like to create, from:
http://www.thecrazywebsite.com/index.php?type=pictures&cat=Animals&id=294
http://www.thecrazywebsite.com/ZebrasInLove.html instead...(static page)
The problem comes with copying the URL (with arguments) to an html file... as such:
$url = "http://www.thecrazywebsite.com/index.php?type=pictures&cat=Animals&id=294";
if(copy($url, "C:/Program Files/EasyPHP1-8/www/funnypage.html"))
{
showgood("copied");
}
PHP]
Please if anyoen has any ideas on creating Static Pages from dynamic pages (dynamically using php ideally) this would be appreciated!!
Many thanks,
Gerry
CrazyWebmaster