All requests ![]() |
> | read html files | > | Request new recommendation | > | ![]() |
> | ![]() |
by Najeem M Illyas - 3 months ago (2018-05-22)
0 | I need to read html file and publish its content as web page |
+1 |
<?php // I need to read html file and $homepage = file_get_contents('ht'.'tps:/'.'/www.google.com/'); // publish its content as web page echo $homepage; // from file_get_contents manual, next time do your homework yourself |
Recommend package | |
|