The running result of php reading tables in the database is as follows: it seems that only the first 24 rows have problems. If the database table is read normally, the content in the database should be displayed in each column. & Lt ;? Php // ######################## detailed topic ############ ############# table reading in the database using php
If the running result is shown as follows, it seems that only the first 24 rows have problems. If the database table is read normally, the content in the database should be displayed in each column.
// ####################### Topic details ############# #############
Include "config. php ";
Include "header. php";?>
Topic details
$ Query = "select * from $ jiaoshi_table where id = '". $ id ."'";
Mysql_query ("set names 'gb2312 '");
$ Result = mysql_query ($ query );
$ Row = mysql_fetch_array ($ result );
?>
>>> Topic information
Subject No:
"Readonly =" readonly ">
Subject name:
"Readonly =" readonly ">
Instructor name:
"Readonly =" readonly ">
Instructor Title:
"Readonly =" readonly ">