PHP: Get Form Data via POST and GET
In many applications you will need to retrieve user entered data from a form of some sort, here are a few methods of doing so with PHP.
Category PHP programming
PHP: Find Length and Word Count of String
It’s important to understand PHP’s numerous built in functions for manipulating strings if you ever want to be efficient with the language. Here are two really important ones.
Category PHP programming
Tomcat: How to Set the JAVA_HOME Enviroment Variable
Category JSP programming
How to Solve Common Tomcat Problems in Windows
This article will provide some easy troubleshooting to common problems encountered with Tomcat web server.
Category JSP programming, Windows
How to Manually Install Tomcat on Windows 7
PHP Syntax: Three Ways to Create Comments
PHP allows three different methods of formatting comments. All of these sytax examples will seem familiar to programmers of other languages.
Category PHP programming
Install Pear on Windows 7 64x using WAMP
Learn how to set up PEAR in a Windows 7 environment using WAMP. We go around a Windows 7 64x WAMP issue and make it work!
Category PHP programming
Display the Date with PHP
Learn how to put a little kick in your static website and display the date via PHP – it’s very simple and easy to customize.
Category PHP programming
php: Separate Spaced Words within a String
Frequently, coders find they need to split a string into its separate words. If these words are separated by spaces, then the command options are simple.
Category PHP programming





