打印数组如何才能不输出数字索引

WBOY
Release: 2016-06-13 13:40:06
Original
985 people have browsed it

打印数组怎么才能不输出数字索引?
打印数组怎么才能不输出数字索引?


------解决方案--------------------
mysql_fetch_assoc()/msyql_fetch_array($result,MYSQL_ASSOC)
------解决方案--------------------
foreach 数组 然后自己输出值..

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template