playing.php
simple comments and shit

readfile_test.php
$file = readfile ("http://www.php.net/")

fopen_test.php
$file = fopen ("http://www.php.net/", "r");

amazon.nonum.php
$file = readfile ("http://www.amazon.com/exec/obidos/ASIN/0672317842/");

amazon.oldnum.php
$file = readfile ("http://www.amazon.com/exec/obidos/ASIN/0672317842/002-8599208-1342461");

that's it for now