English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can anyone walk me through getting a form to function on a website? (directing me to a page with lots of code doesn't help! very new to this!)

2006-11-02 00:21:30 · 2 answers · asked by cjdardis 3 in Computers & Internet Programming & Design

2 answers

I can help you with the form, what is the function of the form that you want to code?

2006-11-02 00:32:07 · answer #1 · answered by Charles K 2 · 0 0

Creating the form on the website itself is fairly easy - it's just a bit of HTML code. However you have to have something running on the server that will take the information submitted by the user, and do something with it. Of course this depends on what you want to do, so it's not possible to give a general guide - do you want to collect addresses, send e-mails, put something in a database, or what?

For simple tasks you will usually find some code available that will do what you want, which is probably why people have pointed you at pages of code. You'll need to upload one of those to the proper directory on your web server. For more complex tasks you'll have to write it yourself, which will involve learning one of the scripting languages eg Perl, Python, PHP.

2006-11-02 00:35:57 · answer #2 · answered by Daniel R 6 · 0 0

fedest.com, questions and answers