HITMAN 17 Posted July 22, 2009 Posted July 22, 2009 ok i am trying to make my event_add more advanced but i get this error Parse error: syntax error, unexpected T_STRING in /home/realhost/public_html/game/staff_items.php on line 173 on this code event_add($_POST['user'], 'You Recieved An {$_POST['itmname']}, From The Admin. Check Your Items', $c); Quote
Guest Anonymous Posted July 22, 2009 Posted July 22, 2009 Re: Can you help Try: event_add($_POST['user'], 'You Recieved An '.$_POST['itmname'].', From The Admin. Check Your Items', $c); cannot use the curly brackets inside single quotes, only double. Quote
HITMAN 17 Posted July 23, 2009 Author Posted July 23, 2009 Re: Can you help ok now i got this event You Recieved An , From The Admin. Check Your Items Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.