php - Data retrieval Issue -
i haven't found common sense way retrieve value column has space in it. example medal of honor column name , value number 0-15. yet moment write
if($medal of honor >= 1) {
the $medal read value , not $medal of honor duh right
i tried add [] {} '' "" possible around variable no success
any great.
try fetch_assoc column names white space keep array keys. may access them $row['medal of honor']
.
Comments
Post a Comment