Hello everyone,
Am I having a bad day or WHAT! I have exactly 5 lines of code as follows
<?
function here ($errno, $err_str, $file_name, $line_no, $context_no)
{
}
?>
and I get this error
Parse error: parse error, unexpected T_STRING, expecting '&' or T_VARIABLE or T_CONST
in D:\sid\sid-test\index.php on line 3what is the problem here. Can someone help - Sid

