小编use*_*183的帖子

1048列值不能为空

我被困住了,无法解决这个错误,我认为这可能是我的数据库选项搞砸了

这是数据放入表格的地方

 <form name = "quoted" method="post" onsubmit="get_action(this);">
 <input id = "poster" type="text" name="poster" required="required" placeholder = "Credited Individual.">     <br>
 <textarea class = "actual_quote" name = "actual_quote" required="required" placeholder = "Write the question here!"></textarea><br><br><br>
 <div class = "checkboxes" required="required">
     <h3 style = "margin-top:-20px;">Please select one catagory that the quote falls into.</h3>
     <label for="x"><input type="radio" name="x" value="Inspirational" id = "inspirational.php" checked="checked" />    <span>Inspirational</span></label><br>
     <label for="x"><input type="radio" name="x" value="Funny" id = "funny.php" /> <span>Funny</span>    </label><br>
     <label for="x"><input type="radio" name="x" value="OutofContext" id = …
Run Code Online (Sandbox Code Playgroud)

php database forms

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

database ×1

forms ×1

php ×1