Is php template a server-side code or client-side code?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
aaaaaaaaaa
Forum Newbie
Posts: 2
Joined: Wed Jun 21, 2006 7:06 am

Is php template a server-side code or client-side code?

Post by aaaaaaaaaa »

Hi, You know about php template a file with *.tpl extension

Is this server-side or client-side language?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

templates are usually processed on the server side
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: Is php template a server-side code or client-side code?

Post by Roja »

aaaaaaaaaa wrote:Hi, You know about php template a file with *.tpl extension

Is this server-side or client-side language?
It is processed by the server, so it is a server-side language.
Post Reply