Recent Posts

PHP Sessions

2 minute read

PHP Sessions allow web pages to be treated as a group, allowing variables to be shared between different pages.

PHP Functions

2 minute read

In the world of programming and scripting there are two ways to write code. One way is to write long, sprawling and monolithic sections of script. Another is...

Twice

less than 1 minute read

“No man ever steps in the same river twice, for it’s not the same river and he’s not the same man.”

PHP Variable Types

2 minute read

In PHP you can find six types of variables: integer string float boolean array objects