Manipulating of given values
Mar 03, 2011 Author: Dusan
The HTML script in the example above is giving to the client to put two numbers and after that to choose matematic operation, which will be provided. When the script will be put on server, theese values… Use Proper Error Reporting
Jan 19, 2009 Author: Developer
During the development process, application error reporting is your best friend. Error reports can help you find spelling mistakes in your variables, detect incorrect function usage and much more. However,… To find the length of a string
Oct 01, 2009 Author: makedon
You may find that sometimes you need the length of a string.

