![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I understand that a PHP, CGI (or other) script can be used to process the data, but what I don't quite understand is how a script that exists, and functions, on the server can insert form data into a document that exists on my own PC. |
|
Must I first upload the document to the server so that the form data can be integrated into it on the server, and then download the modified document (as a private web page via my browser?) back to my PC so that I can edit it? |
#3
| |||
| |||
|
|
Re my website (in the planning stages only), which will feature a web form: I want to have data from the form integrated into a private document on my PC. (Then, after editing the document, I'll post it as a web page.) I ... -snip- |
#4
| |||
| |||
|
|
Richard Crist wrote: Re my website (in the planning stages only), which will feature a web form: I want to have data from the form integrated into a private document on my PC. (Then, after editing the document, I'll post it as a web page.) I .... -snip- SteveSomebody responded... You'll probably need to be more specific and this probably isn't the correct group but; You have two decisions to make; 1 What server side technology you'll use 2 What methodology you'll use 1 PHP and CGI will work. So will ASP, ASP.Net, JSP, Coldfusion and no doubt many others. 2 I can think of two methodologies. First, use your pc as a web server. Second do as you suggest and have the webform create or amend a file on the eweb server and then ftp down the file, amend it locally and ftp back to the web server. More detailed response will require more detail about exactly what you're trying to achieve. Also, it's a big job for a beginner.... Good luck! Steve www.webmasterex.com www.fontmadness.com |
#5
| |||
| |||
|
|
Thanks for your help. I had dared to imagine that integrating form data into local documents would be one of the things most frequently done with form data, and that by now there would be pretty straightforward, relatively easy options available. But I guess it goes to prove the old saying: nothing is easy. |
#6
| |||
| |||
|
|
On Mon, 07 Aug 2006 07:40:28 +0200, Richard Crist <ptero (AT) bestweb (DOT) net wrote: .... But why would simple methods be developed to do something incredibly stupid? |
#7
| |||
| |||
|
|
On Mon, 07 Aug 2006 07:40:28 +0200, Richard Crist <ptero (AT) bestweb (DOT) net wrote: Thanks for your help. I had dared to imagine that integrating form data into local documents would be one of the things most frequently done with form data, and that by now there would be pretty straightforward, relatively easy options available. But I guess it goes to prove the old saying: nothing is easy. If it was a good idea to do such a thing, then yes, straightforward solutions would probably be available. But why would simple methods be developed to do something incredibly stupid? -- Garmt de Vries-Uiterweerd |
#8
| |||
| |||
|
|
Re my website (in the planning stages only), which will feature a web form: I want to have data from the form integrated into a private document on my PC. (Then, after editing the document, I'll post it as a web page.) I understand that a PHP, CGI (or other) script can be used to process the data, but what I don't quite understand is how a script that exists, and functions, on the server can insert form data into a document that exists on my own PC. Must I first upload the document to the server so that the form data can be integrated into it on the server, and then download the modified document (as a private web page via my browser?) back to my PC so that I can edit it? Thanks. Richard Crist |
![]() |
| Thread Tools | |
| Display Modes | |
| |