こんにちは私はこのコード行を使用しています:
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