|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Alternatives to CGI
I've heard many web host don't allow cgi due to security reasons. i was wondering what those reasons were and what are the alternatives to processing a form input. Is Asp one of them. Can it be used to process forms and can javascript?
Thanks much.
__________________
"In theory, there is no difference between theory and practice. But, in practice, there is."
Last edited by caroundw5h : March 30th, 2004 at 09:33 PM. |
|
#2
|
||||
|
||||
|
ASP can be used to process forms, PHP and Java to name but a few. Of course, all of these languages have other uses too :-)
JavaScript is a client-side technology so the functionality in this aspect is limited. It reallys heavily on the users PC and to that end is a bit unreliable. For example if your form was to send an e-mail to someone, with JS and HTML you would rely on the users e-mail client and security settings to enable the mail to be sent. The mail would be sent from the clients default e-mail address, which some people are against (fear of spam etc..)
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#3
|
|||
|
|||
|
Thank you jabba for you responses. Do you know if C can be used to process forms. My idea is to have a form on a LAN that 5 to 10 ppl could use at any time fill out periodically and then submit it. The forms would then be processed by the server on the lan - or the main computer - however will i not need a client/server architecteture to accomplish this so many ppl can access it simultaneoulsy? Thank you agian.
|
|
#4
|
||||
|
||||
|
C could be used, but you could signficantly reduce your development time by using PHP or Perl to do this.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Alternatives to CGI |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|