Hi, I have fetched datafrom postmeta database of wordress output is: a:2:{i:0;a:7:{s:2:"id";s:2:"14";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";s:4:"name";s:12:"Test Product";s:3:"qty";s:1:"1";s:4:"cost";s:5:"20.00";s:7:"taxrate";s:6:"0.0000";}i:1;a:7:{s:2:"id";s:2:"14";s:12:"variation_id";s:0:"";s:9:"variation";s:0:"";s:4:"name";s:12:"Test Product";s:3:"qty";s:1:"1";s:4:"cost";s:5:"20.00";s:7:"taxrate";s:6:"0.0000";}} HTML: So all info is there are but I don`t know how to get any specific data from this output. Ex i need to get "Test Product" name and how can i do this on php can you help me plz?