7 באפר׳ 2021, 6:32

@מאיר-2000
זה אמור להיות כך.

<?php
$a=$_GET['1'];
$b=$_GET['2'];
$c=$_GET['3'];
 
if ($a == 1){
print "id_list_message=t-התוצאה היא.n-$b+$c";
}elseif ($a == 2) {
print "id_list_message=t-התוצאה היא.n-$b*$c";    
}elseif ($a == 3){
print "id_list_message=t-התוצאה היא.n-$b%$c";
}elseif ($a == 4){
print "id_list_message=t-התוצאה היא.n-$b-$c";
}else{
print "id_list_message=t-אין סוג תרגיל";
}
?>

ואגב אני ממליץ לך על אתר זה.