currently my data file (data.txt) is local, now i want data.txt to be somewhere else (www.somewhere.com/data.txt). It's possible for me to do it via url ?PHP Code:include("text.db.class.php");
$db = new TextDB("/data.txt");
$arrGroup = $db->get_group();



Reply With Quote



Bookmarks