Post
Topic
Board Micro Earnings
Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet
by
minifrij
on 22/03/2015, 16:51:37 UTC
Code:
if($refbalance > 0) {
     $data['paid'] = '
'.htmlspecialchars($reward).' '.$unit.' + '.htmlspecialchars($refbalance).' '.$unit.' for referrals was sent to Was that fun? Try real game!
';
The syntax seems a bit off in that code, are you sure it works?

Also, for future reference, $data['paid'] .= 'something'; is the same as $data['paid'] = $data['paid'] . 'something';