i am new to php, may someone have any solution below?
i wan to set this input value to $price
<input type="text" name="subject" id="subject" value="20">
this is the code the variable get the input value
$get = $_GET['subject'];
$p_price = echo $get ;
but the result is
Parse error: syntax error, unexpected 'echo' (T_ECHO) in ...\classes\class.wci-shortcode.php on line 732