Quote:
Originally posted by Mist
Wow nice function 
- miSt
|
Thanks, also if any of you were wondering, the version url's link to the main download page for php, not to the actual files, if you want it to link to the actual files, change this:
PHP Code:
$line = ereg_replace("/get_download.php","http://www.php.net/downloads.php",$line);
to this:
PHP Code:
$line = ereg_replace("/get_download.php","http://www.php.net/get_download.php",$line);