How to get the one paramater from list of items in php
Posted
by Mirage
on Stack Overflow
See other posts from Stack Overflow
or by Mirage
Published on 2010-06-07T03:28:55Z
Indexed on
2010/06/07
3:32 UTC
Read the original article
Hit count: 219
I have one field in database table with following lines
show_email_icon=
show_hits=
feed_summary=
page_title=
show_page_title=1
pageclass_sfx=
menu_image=hd_events.png
secure=0
All the stuff is stored as text in one field of mysql table
Now i want to get the menu_image.
How can i get that
© Stack Overflow or respective owner