Re: [PHP] Problems after reversing a guestbook

2001-05-01 Thread Jason Stechschulte
On Sun, Apr 29, 2001 at 01:03:15AM +0200, Mogens Nielsen wrote: Now the problem: If I post a message with a line of text, a newline (as in hitting the return-key), some more text and newlines, these newline-separated text-lines show before the posting itself after reversing because they are

[PHP] Problems after reversing a guestbook

2001-04-28 Thread Mogens Nielsen
Hey there! This is my absolutely first time posting in a newsgroup, so be nice please ; ) I've written a guestbook, and in an attempt to get the newest entries first I reversed the guestbook-txt-file. Like so: $tabell = file( gjestebok.txt ); $revtab = array_reverse( $tabell ); $antall = count(