
August 20th, 1999, 11:12 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Have a look at the source for Phorum for ideas:
www.phorum.org
adam
------------------
<?php
$s = array("J","A","p","h","p","H");
for ($i = 0; $i <= 9; $i++) { echo $s[$i]; }
?> URL
[This message has been edited by dahamsta (edited 08-20-99).]
|