Hi
I need to upgrade a php website on production server. However, I do not want to release the updated code before testing.
How can I hide those php code?
Can I use <? include "http://www.externalmachine.com/upgrade.php"; ?>
The upgraded php code is placed in another server.
Any suggestion?