Hey all,
Kind of a beginner here and I just wondered…
If I wanted to create an xml doc with one variable that I wanted to toggle, could I create a php page that could pull this value and then using toggle buttons, change the value in the xml doc. For example…
I have a php page with two radio buttons and a submit button. The value of the xml doc is reflected by the appropriate filled radio button. When a user clicks the other button and hits “submit”, the value is changed in the xml doc and the pages refreshes to show the new radio filled instead of the old. I hope that makes sense… what I’m trying to do is really simple. I just don’t know if it’s possible or how you’d do it.
Thanks in advance for any help