Skip to content
Urbane Digital Consulting
  • Services
  • Home
  • Blog
  • Contact
Urbane Digital Consulting

Category: PHP

PHP Show All Errors

Posted on March 17, 2015August 6, 2015 jeremybPosted in Advice, PHP, Programming

I have Googled this code snippet probably hundreds of times over the years. But, here it is! Paste this at the top of a PHP page to see all errors on screen during debug: //show all errors for debug error_reporting(E_ALL); ini_set(‘display_errors’, ‘1’);

WordPress – Contact Form 7 and Embedded Shortcodes

Posted on July 19, 2013July 19, 2013 jeremybPosted in PHP, Programming, Wordpress

I came across a nice bit of code the other day in a forum that a WordPress plugin developer posted.  His name is Takayuki Miyoshi and he’s really got a brilliant product with Contact Form 7 in WordPress.   Anyhow, in case you were wondering here’s the copy and paste code to allow you to run […]

Copyright 2017 Urbane Digital Consulting