Posts Tagged “function”

PHP date() function usage and examples

by Nazly on June 19, 2010

I have been coding PHP like for almost 10 years. The date() function in PHP is a widely used function in most of my apps. The application or website I’m developing will require to associate with a date at some (…)

Read the rest of this entry »

Template handling function

by Nazly on December 8, 2005

I just wrote a very basic function to handle templates which can be used in PHP to seperate PHP code and HTML code. Embedding PHP into HTML or embedding HTML into PHP is a neccessity when it comes to developing (…)

Read the rest of this entry »