mysql_select_db('snack', $con);
<form action="action.php" method="post">
mysql_query("INSERT INTO Produk VALUES ('Produk')");
mysql_query("INSERT INTO Jumlah VALUES ('Jumlah')");
mysql_query("INSERT INTO Tanggal_Masuk VALUES ('Tanggal_Masuk')");
<input type="submit">
</form>
Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\Innovation\script_shop\stock.php on line 56
line 56: <form action="action.php" method="post">
2
Contributors
1
Reply
9 Minutes
Discussion Span
3 Months Ago
Last Updated
2
Views
Question Answered
Related Article:parse error syntax error
is a PHP discussion thread by melaki that has 3 replies, was last updated 1 year ago and has been tagged with the keywords: parse, error, syntax.