PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
psychotomus
Forum Contributor
Posts: 487 Joined: Fri Jul 11, 2003 1:59 am
Post
by psychotomus » 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']);
nickvd
DevNet Resident
Posts: 1027 Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:
Post
by nickvd » Wed Feb 14, 2007 8:50 pm
Perhaps you should read the
manual page for the function you are using...
psychotomus
Forum Contributor
Posts: 487 Joined: Fri Jul 11, 2003 1:59 am
Post
by psychotomus » Wed Feb 14, 2007 8:54 pm
found the problem i had <?= explode and it printed array i removed the =
nickvd
DevNet Resident
Posts: 1027 Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:
Post
by nickvd » Wed Feb 14, 2007 8:57 pm
That would also be a potential cause