Im getting this error on line 15. Parse error: syntax error, unexpected T_PUBLIC, expecting ']' If i comment out line 15, the file loads fine. Line 15: $public = ($_POST[public])?($_POST[public]):('0'); PHP: I found this page thats explains a bit, but not sure how to change the line to make it legal with php5. http://oregonstate.edu/cws/docs/systems/software/php5troubleshooting