Posts Tagged "PHP"

Getting Started with ZEND Server 6 on Mac OS X

Posted on Feb 21, 2014

I’ve just installed ZEND Server 6.3 on my MacBook running Mavericks 10.9.1. Needless to say I’m sill a little shaken up from the huge amount of brain pain this adventure has caused. Because once...

Learn More

How to run PHP from the command line in Linux

Posted on Feb 8, 2014

Did you know that you can run PHP directly from the command line? Here’s how: Running a command Let’s run a one-liner and see the output displayed in our console. We’ll use phpinfo() because...

Learn More