Hello,
I'm writing software in PHP that I would like to own the code and allow others to use it on their website without giving them the possibility to steal my php source
code.
I tried to use the include statement using the full url to the file but got I got the
error that url access is disabled on the server. I looked into it further and seen a lot of documentation where turning url_fopen to ON is not recommended.
How can I include a php file this way? Is is possible?
- Aaron
I'm writing software in PHP that I would like to own the code and allow others to use it on their website without giving them the possibility to steal my php source
code.
I tried to use the include statement using the full url to the file but got I got the
error that url access is disabled on the server. I looked into it further and seen a lot of documentation where turning url_fopen to ON is not recommended.
How can I include a php file this way? Is is possible?
- Aaron
Comment