how to pass the xml textbox value to php variable
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am new to xml,i have create a 3 textbox using xml,and i want to pass the user inputvalue to php variable and insert into db... how to do this... <label>User Name</label> <frontend_type>text</frontend_type> <sort_order>1</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </samplefield1fromgroup4> need help....