Tag: PHP

Blog

How to install LAMP on Ubuntu with PHP-FPM

Tested this on a lot of servers already before writing this post. I needed to move from SquareSpace to Vultr VPS, so this post is from that. This is what I am using… Server: Ubuntu 14.04 Memory: 512MB CPU: 1 Core Disk: SSD Cost: $2.5 per month   First we install Apache2 & MySql servers. …

Blog

Do you love jQuery? And, want a similar feature in PHP also to be able to select anything the jQuery way? Welcome to PHPQuery!

Do+you+love+jQuery-+And,+want+a+similar+feature+in+PHP+also+to+be+able+to+select+anything+the+jQuery+way-+Welcome+to+PHPQuery!

Isn’t it very easy to write javascript code using jQuery engine? I am sure that 95% people love it. And, I have heard that 5% people really do not like jQuery and they want to stick to core javascript methods like… var element = document.getElementByName(‘element-name’); But, this is for all those smart people who love …