...T_LOGICAL_OR in PHP? I'm trying to make a simple CMS with PHP and mySQL and I keep getting this error:
Parse error: syntax error, unexpected T_LOGICAL_OR
Here's the code that I'm working with:
<?php
$conn = mysql_connect('localhost', 'root', 'example');
mysql_select_db("site_updates")...