Troubleshooting Trick (PHP) by Wojjie (2004-07-19)
An aspect of programming that can be difficult to grasp is the ability to fix problems within your own code. The difficult part is not when you run into a syntax error, but when the program compiles, but does not work exactly how it should.
|