如何在php和ajax中向mysql数据库中显示和插入category和subcategories值

xqk2d5yq  于 2021-06-15  发布在  Mysql
关注(0)|答案(0)|浏览(232)

有人能帮我吗?我在php procedural和mysql中创建了一个项目,当我选择car时,我想要它的show me next input model,然后在next input field中它的show price像this car=>model=>price比我想要提交的价格高,或者插入到另一个名为“vehicle inventory”的表中
显示表名称:车辆详细信息
插入表名:车辆库存

<label for="example-text-input" class="col-2 col-form-label">Vehicle Name</label>
                                    <div class="col-10">
                                        <input class="form-control" type="text" id=""  name="vname" required="true">
                                    </div>

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题