Can someone tell me why I keep receiving the above error message? Here's the code below:
if ($ot != 'X' && ($ot != '%')) {
$1L = '$ot > '; /* Line 33 */
} else {
$1L = '';
}
And the complete error message:
Parse error: parse error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/virtual/site1/fst/var/www/html/include/dh.php on line 33