PHP7 on Ubuntu 15.10

Hello! Let’s install PHP7 on your ubuntu. This is been tested at Ubuntu 15.10 and work great. We will be…Continue readingPHP7 on Ubuntu 15.10

Sublime Text

I’ve been using Sublime Text since 2011 and since the beginning I was madly in love with this editor. Many…Continue readingSublime Text

Paysbuy PHP integration

I was asked to integrate Paysbuy.com into Yclas.com by a client who paid for the integration. This is a payment…Continue readingPaysbuy PHP integration

PHP 7 Benchmark WordPress on VPS

With Serverpilot it’s extremely easy to change the PHP version of your application. Today I am going to test the…Continue readingPHP 7 Benchmark WordPress on VPS

Free API Email Validation

I have coded a small API service which validates email addresses. Email Validator is a free JSON API that gives…Continue readingFree API Email Validation

WordPress site got hacked, how to prevent it and how to fix it

One of my WordPress sites was compromised, someone had successfully uploaded a PHP script that provides file system and root access…Continue readingWordPress site got hacked, how to prevent it and how to fix it

Upgrading Kohana 3.3.x to PHP 7

PHP 7 should have been released few days ago but is almost here! I am really excited about it but…Continue readingUpgrading Kohana 3.3.x to PHP 7

Geoip info using API’s

Simple function that using 3rd party API’s we get the Geoip information of an IP address. We use 3 free…Continue readingGeoip info using API’s

Resources for API development

I have been developing the new API for Open Classifieds for the last weeks. I have developed some other small…Continue readingResources for API development

Array to XML in PHP

Do you need to convert an array to XML? We do not have something to do it directly as we…Continue readingArray to XML in PHP