Using file_get_contents() in PHP

The function file_get_contents is used to read a file into a string, and it returns [value]false[/value] if it fails

read more