度数据库报错-用php逐条读取mysql中的数据报错为什么??

WBOY
Libérer: 2016-06-02 11:34:56
original
1133 Les gens l'ont consulté

度数据库报错php

<code><?php $con = mysql_connect("localhost:3306","root","123456") or die("数据库连接失败".mysql_error());    mysql_select_db("vote",$con) or die ("数据库选择失败".mysql_error());    mysql_query("set names utf8");    $a = mysql_query("select news from news");    $b = mysql_fetch_row($a);        while($b = mysql_fetch_row($a))        {            echo $b["0"].'<br>';            echo $b["1"].'<br>';        }?></code>
Copier après la connexion

为什么下面会报错??

<code>Notice: Undefined offset: 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\project\brief.php on line 25Do you think it will Notice: Undefined offset: 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\project\brief.php on line 25Do you think itNotice: Undefined offset: 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\project\brief.php on line 25</code>
Copier après la connexion
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal