初次使用codeigniter,关于多选框的问题

WBOY
Release: 2016-06-06 20:14:31
Original
1088 people have browsed it

这两天在用codeigniter做一个简单的订餐系统来练练手,但是纠结的事情,就是 在做一个页面的时候(订餐类型),需要勾选列表中的菜式,然后提交。

现在遇到的问题是,数据已经打印出来,不知道怎么提交并获取信息。
希望各位能不吝教导,谢谢。
初次使用codeigniter,关于多选框的问题
初次使用codeigniter,关于多选框的问题

回复内容:

这两天在用codeigniter做一个简单的订餐系统来练练手,但是纠结的事情,就是 在做一个页面的时候(订餐类型),需要勾选列表中的菜式,然后提交。

现在遇到的问题是,数据已经打印出来,不知道怎么提交并获取信息。
希望各位能不吝教导,谢谢。
初次使用codeigniter,关于多选框的问题
初次使用codeigniter,关于多选框的问题

建议了解一些表单 form 的基本知识
首先前端页面怎么提交表单
后段页面怎么获取提交的内容。可以在php 中 print_r($_REQUEST) 查看提交的内容

  1. 看一下post过来的数据

  2. 利用model层把post数据save 不知道有没有验证。

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!