Page 1 of 1

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

Posted: Wed Jun 21, 2006 7:13 am
by aaaaaaaaaa
Hi, You know about php template a file with *.tpl extension

Is this server-side or client-side language?

Posted: Wed Jun 21, 2006 7:15 am
by Weirdan
templates are usually processed on the server side

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

Posted: Wed Jun 21, 2006 7:37 am
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.