Home >Backend Development >PHP Tutorial > 急关于PHP调取不到数据,该怎么解决

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

WBOY
WBOYOriginal
2016-06-13 12:54:50785browse

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

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

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