• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

分享个人信息资料等等的数据库存储方式解决方案

php 搞代码 3年前 (2022-01-24) 10次浏览 已收录 0个评论

分享个人信息资料等等的数据库存储方式

PHP code

<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?phpclass IndexAction extends YouYaX{        public function index()        {            header("Content-type: text/html; charset=utf-8");            //查询出二维数组            $data=$this->select("select info from personal_info");            $dat=array();            foreach($data as $v)            {                $tmp=unserialize($v['info']);                $tmp[2]=$tmp[2]=="0"?"男":"女";                $dat[]=$tmp;            }            $this->assign('data',$dat);            $this->display("index.html");         }         public function Adds(){             $arr[]=$_POST['per_name'];                 $arr[]=$_POST['per_age'];                $arr[]=$_POST['per_sex'];                 $data['<strong style="color:transparent">9来源gaodai#ma#com搞@代~码$网</strong>搞gaodaima代码info']=serialize($arr);            $this->add($data,"personal_info");            $this->redirect("Index/index");         }}?>
HTML code

<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->            <title>welcome YouYaX</title>        <style>         .tdclass{border-bottom:1px dashed #ff0000}        </style>        <body>                    <table width="800">            <tr>                <td colspan="2">个人资料</td>            </tr>            <tr>                <td>姓名</td><td></td>            </tr>            <tr>                <td>年龄</td><td></td>            </tr>            <tr>                <td>性别</td><td>男                 女</td>            </tr>            <tr>                <td colspan="2"></td>            </tr>        </table>        <hr>    <table width="800" style="background:#f8f8f8">        <tr><td>姓名</td><td>年龄</td><td>性别</td></tr>                    <tr>                <td class="tdclass">{data.0}</td>                <td class="tdclass">{data.1}</td>                <td class="tdclass">{data.2}</td>            </tr>            </table>        

——解决方案——————–
啊,分享?
——解决方案——————–
用的啥框架?
——解决方案——————–
一看就TP啊


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:分享个人信息资料等等的数据库存储方式解决方案
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址