BVB09 Posted March 25, 2010 Share Posted March 25, 2010 Hi @ all I am relatively inexperienced in PHP ...and I hope so that someone can help me. My php code snippets: ... $dataarray = file("spieler/stats/league1.stat"); ... $handle0 = fopen("spieler/stats/league1.stat", "r"); ... Currently is loaded only league1.stat ! I want expand the code so that multiple files are loaded. league2.stat, league3.stat, league4.stat etc. should be loaded additionally. How do I extend the "file" and "fopen" function so that more data be loaded simultaneously ? greetz BVB09 Link to comment https://forums.phpfreaks.com/topic/196467-a-little-php-question-about-file-function/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.