Tuesday, August 18, 2009

String Variables in PHP


String variables are used for values that contains characters.
In this chapter we are going to look at the most common functions and operators used to manipulate strings in PHP.
After we create a string we can manipulate it. A string can be used directly in a function or it can be stored in a variable.

No comments:

Post a Comment