PDA

View Full Version : Creating an XML from a form (no ASP)


calvin182
11-12-2005, 05:47 PM
So what I want to do is create a form where an individual can enter information into a few form fields and press save. The information then be loaded into a php page and formatted - what I'm trying to accomplish is a profile update form. I assume XML is the easiest way to do this. I have MySQL too but I don't know much about that. My server does not allow ASP however.

Charter
11-18-2005, 01:58 AM
Easiest might be relative to what you know. ;)

There are some decent PHP code examples here (http://www.php-mysql-tutorial.com/) that show how to insert and retrieve data from a MySQL table.