Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Stefan Mischook's Blog:
Turning on display_errors in WAMP - Video Tutorial
Aug 31, 2007 @ 12:55:00

Stefan Mischook has posted another video tutorial to help developers get started in their PHP travels. This time it covers how to turn on errors when using the popular WAMP installation package.

Within a WAMP installation, I ran into a little issue today when trying to change php.ini's 'display_errors' property. By default WAMP installs with 'display_errors' to 'Off' - This is a pain-in-the-ass setting when trying to write new PHP code because errors don’t get displayed in the browser window

He includes the solution in the post but links as well to the video tutorial to show you exactly how it's done.

tagged: wamp video tutorial enable error display wamp video tutorial enable error display

Link:


Trending Topics: