MYSQL and Array with PHP for create Tag Cloud -
I am trying to create a tag cloud for every user in my page, I am using PHP5 and MySQL My table is named "tag" and I want to create an array, but in summary, the table below,
array user1 array = {[car, 1], [cat, null], [Pen, 1], [DVD, 1], [can be for CD, tap]}
Do it better:
Username tags user 1 car user 1 pen user 1 cd user 2 car user2 cat
Comments
Post a Comment