PHP Archive

  • PHP display errors at runtime

    PHP display errors at runtime

    How to temporarily enable PHP errors without editing your PHP.ini file (so keeping display_errors = Off globally in your .ini...

    Read More

  • Track XML or server-side files using Google Analytics

    Track XML or server-side files using Google Analytics

    How to trigger a page hit in Google Analytics without using JavaScript so you can track dynamic server side, XML...

    Read More

  • PHP upload and resize image class

    PHP upload and resize image class

    PHP image upload and resize script which preserves transparencies and allows you to convert the uploaded image.

    Read More

  • Export MySQL table to Excel

    Export MySQL table to Excel

    Download the contents of any MySQL table in a format which will open in Excel

    Read More

  • Speed up your site by reducing HTTP requests

    Speed up your site by reducing HTTP requests

    Use PHP to compile all your CSS or JavaScript files into one request – you can even include whole directories.

    Read More

  • Search and Replace text in whole MySQL database

    Search and Replace text in whole MySQL database

    Use PHP to find and replace a string throughout your whole MySQL database – or just use it to search.

    Read More