[Solved] How to append a string to the result of file_get_contents [closed]


you can do like this–

$file = "Some text content".file_get_contents($url);

1

solved How to append a string to the result of file_get_contents [closed]