The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
The thing that Monkey_Man asked for, got me coding, and trying to make a simple ... v.simpl I should say, lol ... chat site.
Just all the msg's are coming up in the wrong order ... so if you (or anyone else here) know how to put the content of a .dat file into a PHP Variable, lets say $Chat_Text, I'd be greatful :o)
$datfile = fread($fp, 26 );
Don't tell me how good I am, I already know.
The thing that Monkey_Man asked for, got me coding, and trying to make a simple ... v.simpl I should say, lol ... chat site.
Just all the msg's are coming up in the wrong order ... so if you (or anyone else here) know how to put the content of a .dat file into a PHP Variable, lets say $Chat_Text, I'd be greatful :o)