![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2005
Posts: 20
Rep Power: 0
![]() |
hi
i wanted to know if there is a way i could set up some like this for my website using javascript a form with this name: password: image: browse email: submit and when they click submit it will get sent to my server and end up on a page so everyone can see it and will look something like this image name: email: would you be the best if you can help me out Aaron |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4
![]() |
You need more than JS to accept file uploads and modify your site in response to form inputs. To do this stuff, you need code that's running inside your webserver, known as 'server side' code (excuse me if I'm patronising you here! I'm just trying to be as clear as possible!).
My personal favourite server-side technology is CGI (Common Gateway Interface), for which Perl is a great language. Loads of other people like PHP - and if I had more experience with it, I'd probably recommend it more strongly. It seems great. For your purposes, either of those would be great. I'd warn against ASP (Microsoft's server side offering) but if you're an unredeemable windows weenie it might suit you better since you can do the server side code in a toy language (VB) rather than a real one that way. ![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|