Hello, I'm a newbie in XML and need your help. Is it possible to create xml files (or other technology) that feed web forms? I use several sites that need to be populated with multiple records and would like to do something more automated, but I don't know how to start.
Thanks in advance.
Atomicc
XML 2 feed forms
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: XML 2 feed forms
Yes. Create an XML files with the form data in it. Read the XML data using a PHP library like SimpleXML.
http://us.php.net/manual/en/book.simplexml.php
http://us.php.net/manual/en/book.simplexml.php
(#10850)