1 blogmeister Feb 10, 2009 07:38
3 blogmeister Feb 10, 2009 13:03
Thanks ¥åßßå.
I'm pooping out here as morning is now here and a brain cramp has set in.
I added to the foreach in your reply the following:
$new_array[] = $result->wi_params;
After the completion of the 'foreach' to view the contents, I added:
print_r($new_array[12]);
The output is:
a:6:{s:5:"title";s:8:"Linkblog";s:11:"linkblog_ID";s:0:"";s:14:"linkblog_limit";s:3:"100";s:11:"widget_name";s:8:"Linkblog";s:16:"widget_css_class";s:0:"";s:9:"widget_ID";s:0:"";}
What is the syntax to extract, say the 'title' element value of 'Linkblog' from the '$new_array[12]' element output above?
Thanks again.
4 yabba Feb 10, 2009 15:02
You missed the "unserialize" ;)
¥
5 blogmeister Feb 10, 2009 20:43
Got it!
Thanks ¥åßßå.
¥