Posts tagged with "PHP"

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group.PHP originally stood for Personal Home Page, but it now stands for the recursive backronym PHP: Hypertext Preprocessor.

Personal Movie Database Part 2 - Service (PHP)

January 15, 2016 by Christoff Truter

Last year in the first part of this series of posts we had a quick look at the technologies that makes the frontend tick, in this post we're going to have a look at the backend service used for saving movie metadata.

PHP   Architecture  

Getting my hands dirty with TypeScript

February 17, 2015 by Christoff Truter

In this post I reflect (mostly a collection of loose thoughts) on a little VS2013 TypeScript demo web application I wrote as an attempt to get into the groove of things.

PHP   TypeScript   Angular  

Google's new and improved reCAPTCHA - simple PHP implementation

January 5, 2015 by Christoff Truter - 1 Comment

I don't think I need to convince anyone of how annoying it can get to fill out a CAPTCHA - especially after your third attempt of trying to decipher some gibberish piece of text that you are seeing on the screen.

PHP   Google API  

PHP: MySQL Abstraction and Wrappers

January 17, 2011 by Christoff Truter

Accessing MySQL when using PHP, a few thoughts, suggestions and ideas.

PHP  

PHP: Exposing web services - Part 2

December 11, 2010 by Christoff Truter

The second part of how to expose a SOAP based webservice using PHP

PHP