08-28-2003, 03:20 AM | #1 (permalink) |
Insane
Location: Austria
|
ASP ? Some Questions
when i want to programm pages in asp i use out of the box vbscript right ?
if i dont want to use vbscript i could use javascript or ? could i also make a asp page useing php ? i guess not because php makes the same as asp BUT is also a scripting language or ?
__________________
***************************** For every human problem, there is a neat, simple solution; and it is always wrong. ****************************** |
08-28-2003, 04:52 AM | #2 (permalink) |
Psycho
|
when i want to programm pages in asp i use out of the box vbscript right ? Yes
if i dont want to use vbscript i could use javascript or ? Yes could i also make a asp page useing php ? Nope i guess not because php makes the same as asp BUT is also a scripting language or ? Other scripting languages can be used (assuming the server supports them), but I've never tried. |
08-28-2003, 10:03 PM | #5 (permalink) |
Insane
|
I'm afraid you are confusing languages with concepts.
ASP is simply a windows term that basically refers to server-side scripting. You can write a server-side script in many languages, on all platforms. For example, you can find implmentations of VBScript, JScript, PHP, Python, Perl, etc. for Windows, Linux, Mac, etc. |
08-28-2003, 11:31 PM | #6 (permalink) |
Insane
Location: Austria
|
thx for the infos
in II6 is the ASP.NET included or ? so i can write c# for websites ... like vbscript or ? sorry if i look dumb but i try to get onto the right track before i invist my energys to learn c# , i am not sure what can be all done with c# but would be great if i could use it instead ov vbscript.
__________________
***************************** For every human problem, there is a neat, simple solution; and it is always wrong. ****************************** |
08-30-2003, 04:11 AM | #7 (permalink) |
Tilted
|
Yeah. You can use C#, JSP, PHP, VB, or any other server-side language to write web applications and the like.
I would say that PHP or C# is a good place to start.....but really, once you get the concept down, you can easily learn to do whatever you want in any language.
__________________
Read the date on the outside of my cocoon. It specifies my release... but im running out of room. |
Tags |
asp, questions |
|
|