Question:
What are these- PHP, SQL, ASP.NET, Databases, JSP, HTML, XHTML?
Aashima
2012-12-14 23:22:31 UTC
Are all these from the same category like are all these scripting languages or HTML is something different from the rest? Is it something like this that Linux support few languages and some are supported by Windows? If yes what languages do windows support and what Linux?
If I want to get a website developed so do I have to tell the developer that wht scripting language I want.
Nine answers:
Lasane Kedar
2012-12-15 00:06:03 UTC
Windows Support :: PHP,SQL,ASP.net,JSP,HTML,XHTML

Linux Support :: All above except ASP

----

If you want to develop a site you can use php(I recommand) because it is safe,support on linux & windows,Its Free
2012-12-15 00:38:46 UTC
Markup Languages

HTML (Hypertext Markup Language)

XHTML - Extensible HTML



Server side scripting Languages

PHP - Hypertext Pre Processor

Asp - Active Server Pages

Jsp - Java Server Pages



Database

SQL - Structured Query Language
ABHINAY
2012-12-15 00:05:30 UTC
Markup Languages- Html(Hypertext Markup Language) and Xhtml (Extensible Html)



Server side scripting Languages- PHP (Hypertext Pre Processor) , Asp (Active Server Pages) and Jsp (Java Server Pages)



Databases language- Sql (Structured Query Language)

-------------------------------------------------------------------------------------------------------------------------------------------------

Markup languages are used for creating and displaying web pages and other information that can be displayed in a web browser.

Html is a Markup Language.

Xhtml is the Extended version of XML(Extensible Markup Lang).

Do not ever think that HTML is a programming language. It is a markup language used for a good web page presentation.

-------------------------------------------------------------------------------------------------------------------------------------------------

Server Side Scripting Languages are the Programming languages responsible for the interaction between a user and the website.

Asp And Jsp sounds similar but both are different. Asp are owned by Microsoft and is a type of program that works with Microsoft alongside IIS or Internet Information Server. ASP needs a Microsoft Server for the website to work.Asp uses MS SQL server database which is not free.So designing websites in ASP will cost you some money.Asp can be used only on Windows.

While Jsp is developed by Sun which is acquired recently by Oracle. It uses Java language as the programming language. and accordingly if you know Java then you can easily start creating your website in JSP. It used Apache Tomcat server which is free and a MYSQL database which is free too. So basically designing websites with JSP is cost free.It is platform Independent.

PHP is used to create dynamic websites and If you are a programmer adept with the C++ language, you would probably be more comfortable using PHP than ASP. PHP runs using Linux or Unix server.

PHP programs can also run in Windows, Solaris, Unix and Linux while ASP can only work with Window-based platforms.

------------------------------------------------------------------------------------------------------------------------------------------------

Databases are the back end of a website where information's are stored. There are many databases used. Asp uses Microsoft Sql Server. SO Programming in Asp will Cost you.

Jsp and Php uses MySql which is a free database so programming will not cost you. Sql is the programming language used to write queries in these database software's.



Hope this helps.
Joey
2012-12-17 09:22:03 UTC
Databases - Usually refers to Relational Database. This is where you store data.

SQL - The language you use to retrieve data from a relational database.

HTML, XHTML - Web page language. Tells the browser what to display.

JSP, PHP, Asp.Net - Programming Languages used to talk to the relational database with SQL and create HTML web pages.
4 Leaf Web Design
2012-12-15 00:11:23 UTC
PHP, SQL, ASP.NET, JAVA, HTML, XHTML, html

there all different kinds of scrips. and there normally not used by themselves

as far as windows and Linux goes. I'm not sure if the OS itself uses any of them. there all used in web pages and and in different applications.

no you don't need to tell a web designer what to use simply what you want and they would know what to use. like i said before there not normally used by themselves.

lastly database is not a script it is a object/program that is used to organize information

a databases is sometimes controlled with some of the languages above. the most common web database is a SQL database witch is commonly controlled with PHP
saara
2012-12-16 22:17:38 UTC
asp-active server pages

jsp- java server pages

html-hyper text mark up languages

x-html,

php-open source language all are script language and havinh support diff os

all languages are very help full to make website development basis.



sql-for database

and all this other languages are for web site development
2012-12-15 23:46:45 UTC
PHP, SQL, ASP.NET, Databases, JSP, HTML, XHTML

this is web programing tools .

its integrated enivorment provide a web site.

you can create your website by learn this language.

to learn this language u must visit this site

www.w3schools.com
?
2016-10-18 05:07:57 UTC
Your "upload" function makes use of a question of the variety "insert into `tablename` (`field1`,...) values ('val1', ...)" So, your delete function will use a question of the variety: "delete from `tablename` the place `field1` = 'fee' cut back a million"
Siju
2012-12-15 00:40:07 UTC
http://www.w3schools.com/php/php_intro.asp



http://en.wikipedia.org/wiki/ASP.NET


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...