View Single Post
  #6  
Old 24th August 2013, 16:17
wongsa wongsa is offline
Senior Member
 
Join Date: Jun 2010
P2P
Posts: 22
Default
Quote:
Originally Posted by joeroberts View Post
Then Make a post there for Help!
PHP Code:
$ime1 $vrstica[name] . " [[color="red"]freeleech[/color]]"
should be
PHP Code:
$ime1 $vrstica[name] . " [[color=\"red\"]freeleech[/color]]"

Ok thank.
but error line 110 :
Parse error: syntax error, unexpected T_STRING in /home/xxxx/domains/xxxxx.com/public_html/freeleech.php on line 110

line 110 : $ime = str_replace(" [freeleech]", " ", $vrstica[name]);
Reply With Quote