Case 1
#####
Okay, I have:
$time = $Fsend * "0.01" + $PBsend * "0.02" + $ACsend * "0.02" + $AFsend * "0.15" + $ICFsend * "0.25" + $Dsend "0.7" + $MCsend * "0.7" + $Bsend * "1.2";
But the parser won't allow it
Case 2
#####
I have a forum, and I want to be able to:
1
Change < and > to & l t ; and & g t ; (without spacing).
2
Change all swear words to *s
Thanks!