i keep getting parse errors on the last line of this how ever i cannot seem to find the mistake .. any help ?
Parse error: parse error, unexpected T_STRING in /home/content/mydir/index.php on line 103
(i added the line numbers jsut for the post not actually in code)
96 $info2 = pathinfo($_SERVER['PHP_SELF']);
97 $split = split('/', $info2['dirname']);
98 $basedir = $split[count($split)-1];
99
100 $info = $info2['dirname'] == '\' ? "" : $info2['dirname'];
101
102
103 $basedir = $basedir == '\' ? '' : $basedir;