Hi,
I am using v. 2. In the listing of the entries from the data.dat file, I would like the most recent entries to be at the top instead of the bottom.
How can I accomplish this?
My thought is, I need to do something to the following code block in the file *index.php* in the *admin* folder:
$i=0; while (!feof($filedb)) { $temp = fgets($filedb,4096); if ($temp != "") { $records=$temp; $i++; } }
But, I am not sure how exactly I should change it. Can anyone please help?
Thanks,
~ JC ~
Send me non-SourceForge contact infomation via my SourceForge email.
Log in to post a comment.
Hi,
I am using v. 2. In the listing of the entries from the data.dat file, I would like the most recent entries to be at the top instead of the bottom.
How can I accomplish this?
My thought is, I need to do something to the following code block in the file *index.php* in the *admin* folder:
$i=0;
while (!feof($filedb)) {
$temp = fgets($filedb,4096);
if ($temp != "") {
$records=$temp;
$i++;
}
}
But, I am not sure how exactly I should change it. Can anyone please help?
Thanks,
~ JC ~
Send me non-SourceForge contact infomation via my SourceForge email.