answersLogoWhite

0

In general, a parser is a tool that interprets code.

We talk about server-side parsers if those tools parse the code they receive before sending a result (i.e. the web page) to the client PC, while client-side parsers process code directly on the client PC.

PHP is an example language that is parsed server-side, JavaScript is an example for a client-side language.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is a parser?

Parser is a portion of the computer progam which carry out parsing process.


When was Pdf-parser created?

Pdf-parser was created on 2008-05-02.


A top down parser generates?

a top down parser generates a leftmost derivation


What is A clientside control IN ASPNET?

Client side control will do validation and other kind of stuff in the client side.


Why is XML Parser used in modern browsers?

XML Parser is used to decipher XML codes. Without it, the codes cannot be understood. Web browsers, such as Mozilla Firefox and Google Chrome supply the user with this XML Parser.


Do you need MSXML parser?

yes i need


What checks for structural errors of a language?

parser


What is an email parser?

An email parser is a technology that allows you to integrate your campaign with these and other services so that when a transaction is made with that service, a subscriber can be added to your campaign.


What is the best rss parser?

Diffbot (http://www.diffbot.com)


Which component of an RDBMS validates the syntax of the users query?

The SQL parser component of an RDBMS validates the syntax of the user's query to ensure it follows the rules and structure of the SQL language. If the query syntax is incorrect, the parser will generate an error message indicating the issue to the user.


How to do Clientside validation in struts?

check the following site. http://www.devarticles.com/c/a/JavaScript/Validators-Introducing-Struts-Validator-Framework/1/


How do you parse XML using JavaScript?

To manipulate an XML document in javascript, you need an XML parser. Today all browsers come with in-built parsers that can parse the XML document. The parser loads the document into your computer's memory. Once the document is loaded, its data can be manipulated using the DOM(Document Object Model). There is significant differences in implementation of Microsoft Browser based XML parser and the Mozilla browsers based XML parser.