Home > Recipe-Network

Recipe-Network

Recipe-Network is a project mainly written in ..., it's free.

testing <?php $file = fopen("hi.txt", "r"); for ($i = 1; $i < 5; $i++) echo "Hello World!" . "
"; while(!feof($file)) { echo fgets($file). "
"; } ?> another change goes here

Previous:suits