Warning: A non-numeric value encountered in /Applications/XAMPP/xamppfiles/htdocs/cmp255/Final/Change Maker/handler.php on line 62
I keep seeing this error when I run my code.
This is line 62
$fiveC = 0.05 * $_POST['fiveCent'];
This is what its getting data from
<p>$0.05<input type="number" name="fiveCent" ></p>
Could I get any help?