PHP


  • Adobe Dreamweaver CS5 bugs – Every new version is getting worse…

    Adobe Dreamweaver CS5 bugs – Every new version is getting worse…

    11 Jul 2010

    Update 22nd July 2010 Submitted the bug collection to Adobe. Update 5th August 2010 I’ve been contacted by Adobe Dreamweaver QE to get more information on the “Cannot save documents while …

  • WordPress code snippets, tricks and cheat sheet

    WordPress code snippets, tricks and cheat sheet

    8 Jun 2010

    These are code snippets that I use very frequently while developing advanced or custom WordPress themes. I keep adding and improving this list. WordPress Post Custom field Will echo the “thumb&#…

  • PHP absolute server path to website (the easy and fastest way)

    PHP absolute server path to website (the easy and fastest way)

    8 Jun 2010

    Here’s a quick note for all those people wondering what the absolute path to their server is. There are many tools and solutions around the Internet that help you find it, as well as php_info() …

  • Error con acentos y eÑes en PHP/MySQL (Solucionado)

    Error con acentos y eÑes en PHP/MySQL (Solucionado)

    23 May 2009

    Muchas veces al crear una web con PHP y MySQL, ocurre un problema al introducir y mostrar datos: estos se alteran acabando en áóñ y cosas parecidas. Cuando me pasa esto suelo empezar a toquet…

  • Customize a download with PHP

    Customize a download with PHP

    30 Aug 2008

    This code is really useful to download files (i.e. an mp3 file). It will tell the browser about the file type you’re about to download while also customizing the file name of it: header('Content…