please tell me.
<?php error_reporting(-1); $a=2; $x=4+$a; echo "ответ будет $x "; ?> I have such an elementary code, but I want the user to enter $a from the keyboard.
How to call the operator and the line in which to enter $a ?
thank you in advance