couris Posted October 5, 2007 Share Posted October 5, 2007 Hello, I have the following line in my index.php: <?php include('log.php'); ?> log.php is a script that logs the visitor's ip and logs it to a file my question is: can I host the log.php on another webserver along with the log file? <?php include('http://newwebserver.com/log.php'); ?> Will it work? Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/71895-include-question/ Share on other sites More sharing options...
trq Posted October 5, 2007 Share Posted October 5, 2007 If you have url wrappers enabled I can't see why not. Quote Link to comment https://forums.phpfreaks.com/topic/71895-include-question/#findComment-362170 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.