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! 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. Link to comment https://forums.phpfreaks.com/topic/71895-include-question/#findComment-362170 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.