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