demo_func_filesystem_fgetss.php:
<!DOCTYPE html> <html> <body> <?php $file = fopen("test.htm","r"); echo fgetss($file); fclose($file); ?> </body> </html>