0

The Advantages of PHP over ASP.Net

Programming PHP

PHP and ASP have always been rivals in the programming world, even long before ASP.Net was released as ASP’s successor. The ultimate answer to which is the better language rests largely in the developer and how the language is utilized. Beyond developer comfort with a given language, there are several other more practical aspects to [...]

continue reading more »
0

Inter Process Communication ( IPC ) with PHP

Programming PHP

If you found this article, chances are you were looking for it so I won’t go into great detail on defining exactly what IPC is, but the short description is that it’s a method in which you can pass information to and from another process on the server. In my example today, I will be [...]

continue reading more »
0

Singleton Patterns in PHP

Programming PHP

Recently I had a little time to educate myself further on object oriented programming, I’ve been an object oriented coder for quite some time now but there were some parts of it that I’d not delved into and one of those ended up being Singleton patterns in PHP. A Singleton allows you to create one [...]

continue reading more »