为了账号安全,请及时绑定邮箱和手机立即绑定

如何将 CurrentDate 插入表中

如何将 CurrentDate 插入表中

PHP
四季花海 2021-10-15 16:30:42
我正在研究一个类似于 Craigslist 的项目,我想在提交表单后将日期导入列“CurrentDate”。我想修复我的代码,因为我确定有几个错误。我没有尝试太多,因为该网站仍在开发中。if(isset($_POST['submit'])) { // Fetching variables of the form which travels in URL  $itemname = $_POST['itemname'];  $category = $_POST['category'];  $subcategory = $_POST['subcategory'];  $price = $_POST['price'];  if($name !='' || $email !='') {    $query = mysql_query("insert into posts(itemname, category, subcategory, price) VALUES (NOW()'$itemname', '$category', '$subcategory', '$price')");    echo "<br/><br/><span>Data Inserted successfully...!!</span>";  }  else {    echo "<p>Insertion Failed <br/> Some Fields are Blank....!!</p>";  }}我希望在现场导出当前日期。SQL 序列:
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 118 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信