Hi,
I have a form with some components and value listed into groupX. When I save the form I call a before store PHP. Into this PHP, I load each component and call by a SELECT each Component into table ...cck_store_form_[nom de la form]. In a column I have the list of groupx that are the sub-components.
I need to decode this content to have the name and value of these sub-components. (eg: <br />::comp_chimique::2::/comp_chimique::<br /><br />::cck_comp_chimique::composant_chimique_grpx::/cck_comp_chimique_ .....).
How I can decode this line? Is a function exist to perform it ?
Thank you in advance.