explode is printing Array
Posted: Wed Feb 14, 2007 8:48 pm
with the code below, it print Array to the webpage. how do I fix?
Code: Select all
$tags = explode(",",$line['m_tags']);A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$tags = explode(",",$line['m_tags']);