急关于PHP调取不到数据,该怎么解决

WBOY
Release: 2016-06-13 12:54:50
Original
748 people have browsed it

急!关于PHP调取不到数据
请大师看一下什么地方写的不正确,这样调取不到数据!

$newcihui = sccihui($row[cihui]);

php
------解决方案--------------------
$row['cihui']
------解决方案--------------------
在语句前面打下var_dump($row);exit;看看$row里有没有数据,结构如何
Related labels:
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