My blog.

Displaying blog posts tagged 'PHP'.

15/04/2008

Connecting to a .NET Web Service from PHP

18:23 pm on 15th April 2008 / 0 comments

I ran into this problem last year while working on a website that required a web service call. I posted my solution in the PHP documentation, but a lot of people are having the same issue and can't resolve it, so I've decided to go over my solution in a bit more detail and how I got to it.

Read More »

18/02/2008

SHA512 instead of SHA1

14:59 pm on 18th February 2008 / 0 comments

While I was building my blog, I looked up password hashing (encryption) to see if there had been any changes to the 'norm' way of doing things since I last looked into the matter last year. Well, there has been.

Read More »