pbrown063 / wtfung

What The Fungus
0 stars 0 forks source link

Harvest_form is producing error for insert #54

Closed pbrown063 closed 6 years ago

pbrown063 commented 6 years ago

@kayo321 I tried to fill out the harvest form and it kicked out this error. Here is the current form of that insert:

$insert = "INSERT INTO harvest (date, weight, time, notes, batch, strain) VALUES ('$date', '$weight', '$time', '$notes','$batch', '$strain');";

Is that correct to your knowledge? image