您好我正在使用这行代码:
case "3rd Year":
$lbl="4th Year";
**This is the line** if( $get_display->gpa => "88" ) {
$section_name = 'A';
}
elseif( $get_display->gpa => "80" ) {
$section_name = 'B';
}
elseif( $get_display->gpa => "75" ) {
$section_name = 'C';
}
break;
目前正在吐出这行错误:希望有任何帮助。
Parse error: syntax error, unexpected T_DOUBLE_ARROW in C:\xampp\htdocs\Thesis\enrollpage.php on line 293