How to Create a Simple Message Debugging Script for Your Website in PHP
Last Updated on Saturday, 23 June 2012 04:12 Written by Richi González Monday, 25 June 2012 12:00
Hello,
Whenever I am developing, I need to know where the script fails, what is currently doing, what values variables have, etc, therefore I always use a simple messages/errors script for debugging that will throw all the messages and errors to the top of the page.
Difficulty level: Easy
1. Create/Open a PHP file
2. Declare our variable $msg as an array
Learn More
Tags: coding, create, creating, debug, debugging, developers, developing, how to, juapo2services, message, messages, php, richi, script, simple, trick, useful tool | Posted under Programming/Coding | No Comments

Recent Comments