PDA

View Full Version : XML HELP



bobbywong03
May 29th, 2005, 05:08 PM
Hi Guys,


I have a simple htlm form page just have a text field and a submit button and all I want the users to enter the email address and click on the submit button so I can retrieve all their email addresses. How can I do that by using XML? It is possible to do it in XML? Is there any exmaples that I can follow? I need help!!!


Thanks,



Bob

blindlizard
May 30th, 2005, 01:49 AM
XML is just a format for storing data, it cannot do anything. In order to get the data in that format, you have to use some kind of server side programing using CGI, ASP,
PHP or something like that.