
08-11-2004, 02:37 AM
|
 |
|
|
Join Date: Jul 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
thanks, I'll try that
Quote:
Originally Posted by Natch
To be perfectly frank, there is a better way for the text to appear one on top of the next ...
Code:
$output[] = "Members: $numbermembers";
$output[] = "Threads: $totalthreads";
$output[] = "Posts: $totalposts";
$output[] = "Online: $totalonline";
This works as the original script did - walks thru an array of lines for output...
|
|