PHP’s array_unique() is great for[……]
Tag: PHP
Popular scripting language (mainly) used to generate web pages.
Drush intro – Drupal
Drush is a command-line shell interface for Drupal. It lets you do almost anything you would do through the Drupal admin interface — enabling modules,[……]
PHP UK Conference 2012 slides – London
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 exactly[……]
PHP UK Conference 2012 schedule – London
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[……]
How to run a system command in background from PHP
If you are at the command line and want a process to run in the background, you add an & at the end of the command:
sleep 10 && echo "Done!" &
[……]
IDE Netbeans 7.0 is out: PHP, Java SE/EE and C/C++
Netbeans 7 is out. I have been using it for PHP, at work as well as at home, for almost two years and I have to say it has become by far my favourite[……]
How to configure sendmail as a SMART HOST
Sometimes I need to test the email functionality of a PHP website on my local machine. The best and easiest way I found so far is using sendmail as a[……]