mysik Posted July 21, 2007 Share Posted July 21, 2007 Hi all, I am new here and was told by a friend that I might find some help here to my problem... I will even pay a little for the code, can only pay via epassporte, but if thats okay let me know... I have a homepage http://www.mypage.com/index.php somewhere on that page I have to be able to insert a random .txt file from http://www.remoteserver.com/txt/ this is where all my txt files are stored, named 1.txt - 100.txt I need the code to insert on http://www.mypage.com/index.php that gets the random txt file from my other domain, every time the page is loaded ! I have been told this is possible so I hoped someone in here could help me out ! Contact me on [email protected] or write in here if you are able to help and lets work out a price if you want money for this.. Regards Mysik Link to comment https://forums.phpfreaks.com/topic/61099-solved-help-me-please-with-a-little-code/ Share on other sites More sharing options...
yarnold Posted July 21, 2007 Share Posted July 21, 2007 <?php require('txt/'.rand(1, 100).'.txt'); ?> Link to comment https://forums.phpfreaks.com/topic/61099-solved-help-me-please-with-a-little-code/#findComment-304055 Share on other sites More sharing options...
mysik Posted July 21, 2007 Author Share Posted July 21, 2007 Hi again.... That was really really quick, awesome, it works like a charm, thanks alot champ... Regards Mysik Link to comment https://forums.phpfreaks.com/topic/61099-solved-help-me-please-with-a-little-code/#findComment-304069 Share on other sites More sharing options...
yarnold Posted July 21, 2007 Share Posted July 21, 2007 No problem, always happy to help. Link to comment https://forums.phpfreaks.com/topic/61099-solved-help-me-please-with-a-little-code/#findComment-304074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.