|
-
Jan 30th, 2007, 03:36 AM
#1
Thread Starter
Member
[RESOLVED] Different between ASP, PHP and JSP
Can you all tell me what is the different between ASP, PHP and JSP?
Actually I don't know the basic syntax for ASP, JSP and PHP(Waht I know is only javascript).
Are there any format can be done using Javascript?
Also, how to make a SQL database and preview my PHP page?
I want to learn it now and post it here if you have great links for help files or websites.
Last edited by Kevin1991; Jan 30th, 2007 at 03:49 AM.
-
Jan 30th, 2007, 03:51 AM
#2
Re: Different between ASP, PHP and JSP
PHP is a very simple language developed for and focused on server-side programming. It works in most major web servers with the appropriate extension.
ASP is a way of enabling server-side programming for MS IIS, using the equivalent of the Windows Scripting Host engine plus a range of ActiveX components to provide a server environment. A range of languages can be used with it, typically VBScript or JScript. ASP is now deprecated technology; there is no support by Microsoft anymore.
Its successor is ASP.Net, a proper server-side framework completely embedded in the .Net framework, allowing for use of all .Net-capable languages to do the server-side programming.
JSP is a part of the Java server technologies that enables PHP-like usage of Java embedded in markup, and more powerful techniques by the use of custom tags and the expression language. JSP is part of a larger range of technologies including Servlets as the most basic building block, JSP for output, Java Server Faces to provide a client application-like environment, and many more technologies that can be variously combined.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|