html - PHP Output array data dynamically
one text
Solution:
Like two users pointed out in the comments the answer is
echo $contact["category"];
Thanks to @Cid and @Jagdish Chaudhary for pointing this out!
Sourceone text
Like two users pointed out in the comments the answer is
echo $contact["category"];
Thanks to @Cid and @Jagdish Chaudhary for pointing this out!
Source