Germz Posted June 16, 2008 Share Posted June 16, 2008 I'm trying to make an application in which the user will click on a button "submit" and the button will then load 10 different websites taken from a separate .txt list. Then when the user clicks on the button again the next 10 different websites will load. I kinda have an idea but It would be nice to get some answers from some professionals rather than a frustrated teen. Link to comment https://forums.phpfreaks.com/topic/110361-how-to-load-different-pages-with-php/ Share on other sites More sharing options...
Stephen Posted June 16, 2008 Share Posted June 16, 2008 You could try using file_get_contents(site); to get the site. Link to comment https://forums.phpfreaks.com/topic/110361-how-to-load-different-pages-with-php/#findComment-566236 Share on other sites More sharing options...
Germz Posted June 16, 2008 Author Share Posted June 16, 2008 I mean the problem here is to get the 10 websites opened. But thanks. Link to comment https://forums.phpfreaks.com/topic/110361-how-to-load-different-pages-with-php/#findComment-566612 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.