I think i know the reason i just dont know how to fix it."Notice: Undefined index: total_cost1 in F:\wamp\www\process.php on line 20"
This is the html part of the code:
Code: Select all
<b>Estimated Job Cost:$<span id=total_cost1 name=total_cost1></span><br>Code: Select all
$sql="INSERT INTO jobs (title, descript, proof, min, amountworkers, totalcost, perperson)
VALUES
('$_POST[title]','$_POST[descript]','$_POST[proof]','$_POST[min]','$_POST[amountworkers]','$_POST[total_cost1]','$_POST[perperson]')";If you need more info just ask.