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 mysik@tdcadsl.dk or write in here if you are able to help and lets work out a price if you want money for this.. Regards Mysik Quote Link to comment Share on other sites More sharing options...
yarnold Posted July 21, 2007 Share Posted July 21, 2007 <?php require('txt/'.rand(1, 100).'.txt'); ?> Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
yarnold Posted July 21, 2007 Share Posted July 21, 2007 No problem, always happy to help. Quote Link to comment 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.