Home › Forums › Back End › Edit XML with PHP › Re: Edit XML with PHP
June 22, 2010 at 11:39 am
#78354
Member
So when the user submits the page, you will be sending every single variable to the next page to be written to the xml… which is why you need a dynamic variable…
Look up creating a session with php, making that an array, and using it to pass.
http://www.phpriot.com/articles/intro-php-sessions/7
Get that working well, and I will help you write the xml file.