Quantcast
Channel: PHPExcel Forum Rss Feed
Viewing all articles
Browse latest Browse all 2707

New Post: Why is the cell data duplicated in each column?

$
0
0
mysql_fetch_array($roster_result)
This return a array with string keys (fields name) AND numeric keys. Use MYSQL_ASSOC or MYSQL_NUM as 2nd param, not the default MYSQL_BOTH.
With MYSQL_ASSOC, you have the names for yours column headers...

Note : MySQL extension isn't recommended for writing new code.

Viewing all articles
Browse latest Browse all 2707

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>