Topic: Help with a lil parse error
Error Message:
Parse error: parse error, unexpected ']', expecting ')' in AP_News_Generator.php
Here is the code:
$replace = array(pun_htmlspecialchars($cur_topic['subject']), date('Y-m-d H:i', $cur_post['posted']), pun_htmlspecialchars($cur_post['poster']), parse_message($cur_post['message'], $cur_post['hide_smilies']), '<a href="">Comments</a> '.$cur_post['num_replies']);
I cant seem to find it.
This is not my code and got help from some one online. Im just trying to test it.