Hello everyone,
I am newbie to PHP and MYSQL..Am getting the following error
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in C:\Program Files\Apache Group\Apache2\htdocs\amember\helpdesk\browse.php on line 342
Here is the line 342
else if( $row_post_user[private] )
$image = "browse_private.gif";
WHATS WRONG WITH IT?
I am newbie to PHP and MYSQL..Am getting the following error
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in C:\Program Files\Apache Group\Apache2\htdocs\amember\helpdesk\browse.php on line 342
Here is the line 342
else if( $row_post_user[private] )
$image = "browse_private.gif";
WHATS WRONG WITH IT?