XML 2 feed forms

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
atomiccx
Forum Newbie
Posts: 5
Joined: Mon Aug 02, 2010 11:53 am

XML 2 feed forms

Post by atomiccx »

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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: XML 2 feed forms

Post by Christopher »

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
(#10850)
Post Reply