Posted by kazi
2016-06-19

Hello. Is it possible to use php include to load data? I tried it to no avail :(
Posted by Tom
2016-06-21

>Is it possible to use php include to load data?

Theoretically, yes but many hosting companies disallow you to use the include function to load data through HTTP. Please use file_get_contents instead of include.