array_unique removes duplicate values from an array. Unfortunately it doesn’t work with multi-dimensional arrays.
A quick workaround is to serializ[……]
OpenSource software should be encouraged more…
Popular scripting language (mainly) used to generate web pages.
array_unique removes duplicate values from an array. Unfortunately it doesn’t work with multi-dimensional arrays.
A quick workaround is to serializ[……]
As mentioned in the last post, I was going to go to the PHP Conference in London.
Well, I have been! :-)
It was the first time for me but was exactl[……]
This year, for the first time, I will be attending to the PHP Conference in London. There are going to be so many interesting talks.
Have a look with[……]
If you are at the command line (eg: bash) and want a command to run in background you simply add an “&” at the end of the command, eg:
sleep 10 &[......]
Netbeans 7 is out. I’ve been using it for PHP, at work as well as at home, for almost two years and I have to say that it has become by far my favouri[……]
Sometimes I need to test the email functionality of a php website on my local machine. The best and easiest (to configure) way I found so far is using[……]