This website recently got a major rebuild; if you're missing something, let Lorna know.

    Category: php


  1. Seeing stderr from PHP exec()


    Today I was using the PHP command exec() in a script, which runs whatever you pass to it as it you had typed it on the command line. Its possible to check both the output of the command and the return value, which I did since I wasn’t getting …

    Read more

  2. Posting with images in Joomla!


    The other day I was helping someone post to a website that I set up using Joomla! , and thought that others might find this tutorial helpful.

    Start with the “Media Manager” button on the front page. This is so you can add all the images. Directories can be added here …

    Read more

  3. 9 Steps to PHP Documentation Heaven


    1. Download PHPDocumentor and uncompress it into a directory inside your web root.
    2. Access the web interface by going to phpdoc.php in the newly extracted directory
    3. Enter the directory you would like to document
    4. Enter the directory the output should appear in (this needs to exist and be writable by …
    Read more

  4. PHP Best Practices


    There’s a new thread started over at phpwomen.org about best practices for programming with PHP, which will make interesting reading for anyone looking to improve their skills. I’ve been really brave and contributed one of the articles, PHPDoc: Comments are your friends.

    People are all contributing a …

    Read more

  5. PHP Throwdown Icon


    As you may remember we participated in the PHP Throwdown a while ago. Well Elizabeth has sent out the icons to competitors who successfully got through the 24 hours and submitted something which vaguely conformed to the rules. You can see ours on the left :)

    Read more

  6. Does PHP know itself?


    I’ve run into a problem with a framework I’ve been contributing to. It has a bunch of objects, which look a lot like rows in database tables. So there are pages and each page object is a row in the “pages” table in the database, with a primary …

    Read more

  7. PHP register_globals is ON


    I started writing PHP when I was at University, in 2001 or thereabouts. Having checked the dates it looks like I did technically write PHP before PHP 4.3 was released and register_globals went out of fashion. I don’t recall it though and obviously its been a while!

    Today …

    Read more

  8. UK PHP Conference: The Roundup


    As promised, here’s a more in-depth update on our trip to the PHP London Conference last week. I’m sure there are others who will write more fluently and accurately about the talks, but here’s what I brought home from it.

    Cal Evans: My First Mashup

    Cal is …

    Read more

  9. UK PHP Conference: The Highlights


    I’ve been away for a couple of days at the UK PHP Conference in London. Due to the unique way that train ticket prices work here, it was wildly cheaper to travel a day either side of the day we actually wanted to be in London for which allowed …

    Read more

  10. CMS Promiscuity


    This site is run by textpattern, I’ve used it a few times and I love it. In addition you may have read about my recent encounters with Joomla! .

    This week I’m trying out Serendipity for another site and its quite a change. For a start I haven’t …

    Read more

  11. PHPThrowdown Coding Contest


    This weekend, Kevin (boyfriend) and I took part in the first PHPThrowdown event. While its true that programming contests aren’t new, I haven’t seen one that seemed relevant to me for a while and they do take a lot of organisation – so kudos to the organisers including fellow …

    Read more

  12. Why PHP isn't so bad


    I love PHP. I’ve worked with a fair number of languages and I have to say that I absolutely love PHP. I love its cleanliness, its elegance, and its fabulours online documentation and community support.

    I come across a lot of people in various walks of life who rubbish …

    Read more

26 of 27