Monthly Archives: October 2008
Namespace seperator
This weekend developers of PHP announced that name spacing will be possible (this is old news) but they will be using the backslash as separator (that’s the fresh news). I really think that it’s quite weird to use the backslash … Continue reading
To reinforce our IT team, we are hiring a colleague (M/F)
As we are growing we are in need for a new junior developer to create and maintain websites. If you or someone you know is interested in this job feel free to contact us. The company is Step-@-Site and we … Continue reading
if statement
I always seem to forget how the short if statement is working in PHP so here it is for a future reference. Normally you should write it like this in code There is also a possibility to write this much … Continue reading
helpdesk
The scenario is the following, when we arrive at the company we conclude that we don’t have internet. When trying to call the helpdesk of the Dommel (schedom-europe www.dommel.com) we get through a menu where we answer a few questions … Continue reading
Storing multiple data in 1 database field with PHP serialize / unserialize
While the serialize/unserialize functions exists since the early PHP 4 version, I ignored its existence. I discovered it recently doing some research on how to store multiple data in 1 database field. Before continuing, keep in mind that it’s not … Continue reading