mysql_fetch_array and only string array keys

前端 未结 3 1104
故里飘歌
故里飘歌 2021-01-28 16:01

When I try to print_r mysql_fetch_array of a sql query, I get this result.

Array
(
    [0] => 1
    [id] => 1
    [1] => 2011
    [publish_date] => 2         


        
3条回答
提交回复
热议问题