|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
storing HTML form parameters as XML
Hi,
i have created a simple HTML form using which the users can select values. now i want to store only those values chosen by the user in a XML file. how can such a XML file be generated? thanks in advance. |
|
#2
|
||||
|
||||
|
You'll need a server side solution if you actually want to store the file...
The number of ways you can go about doing this is huge. You could use cgi (perl, python, ruby, bash...) or a web app container solution such as J2EE, Coldfusion, .NET, PHP, ... the list goes on... Try the J2EE tutorial(http://java.sun.com/j2ee/1.4/docs/t.../doc/index.html) to get an idea about using a Java based solution. However something as basic as this I'd go for a CGI solution, just a quick script to take the parameters and store them in an XML file. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > storing HTML form parameters as XML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|