Tag Archives: development

iPhone Development

Besides being a right pain in the arse – with numerous development certificates required, I’m starting to get a handle on it. I’ve got a simple ‘push’ application and service (written in PHP) working. Just need to work out how … Continue reading

Posted in Dev | Tagged , , | 2 Comments

E-mail Results of MySQL Query with PHP

I was in need of a simple house-keeping script, but couldn’t find anything simple. So I knocked this, simplified, up: <?php $to = ‘to@me.com’; $subject = ‘SQL results’; $headers = ‘From: me@me.com’ . “\r\n” . ‘X-Mailer: PHP/’ . phpversion(); $dbname … Continue reading

Posted in Dev | Tagged , , | Comments Off

Freelance

I’ve been having a tour of some of the on-line companies, that enable buyers and developers to match up, to tender and do work for various projects. This one looks interesting.

Posted in Uncategorized | Tagged , | Comments Off