Shane Rutter BlogMy place on the web

  • Home
  • About Me
  • Contact Me
  • Privacy Policy

PHP: Show PHP error messages when PHP error reporting is disabled

  • 3rd August 2012
  • /
  • Guides, Tutorials & How To, PHP
  • /
  • No Comments

Adding the following code to the top of your PHP script will allow that page to show PHP error messages and override the php.ini defaults. This is a good and simple way to quickly debug a page without having to adjust your main PHP config (which isn’t always possible).
Continue reading...

  • conflict development howto php programming

jQuery: Using prototype and jquery together

  • 1st February 2012
  • /
  • The Void
  • /
  • No Comments

JavaScript is a powerful tool for a website but to extend the capabilities and functionality extra libraries can be included, the most commonly used libraries are jQuery and Prototype. Normally a website will choose either of these libraries but sometimes both libraries are required, if this is the case a small change needs to be
Continue reading...

  • conflict javascript jquery prototype
Shane Rutter
Copyright 2021 © Shane Rutter