how do i create a form then when u submit it it adds it to a xml page then that goes to the html page and displays it… like a guestbook i spose
Maybe you need some help in between the paths…
HTML sends data to the server side script such as PHP that will in turn write the XML file with given data… and PHP parses the XML data and display the information back in HTML or similar would do the job…
there are tutorials online… just google for them, though its a whole lot easier to use free guestbook services or download free source to include your own on your website.
… you know unless you want to learn how, then shoot for the tutorials