- Where Developers Learn, Share, & Build Careers


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 GROUP_CONCAT and then explosions () .

PHP will create an array like this (after executing the query):

  $ col_array = explosion (',' $ line ['kernel']);    

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -