为了账号安全,请及时绑定邮箱和手机立即绑定

Call to undefined function fetchAll()

Call to undefined function fetchAll()

PHP
liu_wd 2015-09-22 16:20:42
admin.inc.php代码如下/** 得到所有管理员 */ function getAllAdmin(){ $sql="select id,username,email from imooc_admin"; $rows= fetchAll($sql); return $rows; }listAdmin.php:<?php require_once '../include.php'; $rows=getAllAdmin(); print_r($rows);?>
查看完整描述

1 回答

?
慕田峪5230180

TA贡献1条经验 获得超0个赞

require_once'路径'

你路径写错了。 明明是admin.inc.php 你写成了include.php

查看完整回答
反对 回复 2015-09-22
  • 1 回答
  • 0 关注
  • 1685 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信