im facing strange problem in Netbeans. Its a remote ftp project, and i got this class
<?php
class functions
{
public static function sendEmail($to, $to_name, $from, $from, $from_name, $subject, $body)
{
}
}
?>
i think there is nothign wrong on this file, but in Netbeans i got this Parsing error problem. i cant simply call this function thgrough CTRL+SPACE cause its not reading in in other php files. this error is really strange and is slowering my work. Did someone solved this?? thanks