当前位置:Gxlcms > PHP教程 > 生手上路(关于mysql_fetch_array)

生手上路(关于mysql_fetch_array)

时间:2021-07-01 10:21:17 帮助过:17人阅读

新手上路(关于mysql_fetch_array)
include 'con_db.php';
$sqlsl="SELECT * FROM `phptestdb`.`inputtest`";
$dbdate=mysql_query($sqlsl)or die(mysql_error());
while($list=mysql_fetch_array($dbdate)){
?>









用户: 时间:

___________________________________________________________________________________________________________________________________________________
测试提示:
undefined constant content - assumed 'content'
Use of undefined constant user - assumed 'user'
Use of undefined constant date - assumed 'date'

才刚上路,求知道的人指点,万分感谢!
------解决思路----------------------

加上引号,其他类同

人气教程排行