Good morning,

I'm a newbie and I'm about to study a scripting language to create an HTML
form. What's the best language for this, and why?

JavaScript? PHP? PERL? Ajax? ASP? VBScript?

Many thanks

Frank

Re: Scripting Language by Anthony

Anthony
Sun Jul 29 08:36:01 CDT 2007

"Frank" <nospams@novirus.com> wrote in message
news:CvSdnVf2O8PnwDHbnZ2dnUVZ8tmhnZ2d@bt.com...
> Good morning,
>
> I'm a newbie and I'm about to study a scripting language to create an HTML
> form. What's the best language for this, and why?
>
> JavaScript? PHP? PERL? Ajax? ASP? VBScript?
>

The answer to that depends on your platform. If Linux/Apache then PHP is
probably best option.
If Windows/IIS then ASP.NET is probably the best.

Note that Ajax, ASP and ASP.NET are not languages. Ajax is marketing spin
for anything which round trips to the server to update content without
reloading the page.

ASP is a scripting host which allows server side scripting of a HTML output
in either VBScript or Javascript with VBScript being most commonly used (at
least in terms of examples on the web).

ASP.NET similarly is a host .NET environment where any of the .NET languages
may be used to develop pages.


--
Anthony Jones - MVP ASP/ASP.NET



Re: Scripting Language by Frank

Frank
Sun Jul 29 08:58:32 CDT 2007

Thanks for your input. PHP seems to be the easiest for me so I'll study
that.

Best

Frank


"Anthony Jones" <Ant@yadayadayada.com> wrote in message
news:u%23v2oVe0HHA.1100@TK2MSFTNGP06.phx.gbl...
> "Frank" <nospams@novirus.com> wrote in message
> news:CvSdnVf2O8PnwDHbnZ2dnUVZ8tmhnZ2d@bt.com...
>> Good morning,
>>
>> I'm a newbie and I'm about to study a scripting language to create an
>> HTML
>> form. What's the best language for this, and why?
>>
>> JavaScript? PHP? PERL? Ajax? ASP? VBScript?
>>
>
> The answer to that depends on your platform. If Linux/Apache then PHP is
> probably best option.
> If Windows/IIS then ASP.NET is probably the best.
>
> Note that Ajax, ASP and ASP.NET are not languages. Ajax is marketing spin
> for anything which round trips to the server to update content without
> reloading the page.
>
> ASP is a scripting host which allows server side scripting of a HTML
> output
> in either VBScript or Javascript with VBScript being most commonly used
> (at
> least in terms of examples on the web).
>
> ASP.NET similarly is a host .NET environment where any of the .NET
> languages
> may be used to develop pages.
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>