Returning an array of column data MySQL/PHP -
I know mysql_fetch_assoc which puts all data in one array from one line. Is there anything parallel to insert any data into an array? Such as the list of Title IDs
and you may find everything you're looking for You can group all values with commas using one line, you can use PHP will create an array like this (after executing the query): GROUP_CONCAT and then
explosions () .
$ col_array = explosion (',' $ line ['kernel']);
Comments
Post a Comment