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
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
PHP: Camel Case to Spaces or Underscore
Recently while working on a project, I found I needed to convert camelcase strings to space-separated strings. This same technique will work if you want to convert camelcase to underscore separation as well.
Category PHP programming
Pear Fix for “Error: Unable to Unpack”
Recently while trying to install some Pear packages, I received an odd “Error: Unable to Unpack” message. A search for this error message found a lot of complaining people and not a lot of answers. I finally figured out the cause and the fix for this common Pear problem.
Category PHP programming
PHP: Upload Files to the Server
Category PHP programming





