Twitter For Webanddesigners
RSS For Webanddesigners

Introduction to PHP – Part6

Strings: A string is an array of characters. This tutorial demonstrates the use of string to manipulate text. A string can be represented in one of the following four ways; single quoted, double quoted, heredoc syntax and nowdoc syntax. Before describing each string in detail, it would be appropriate to discuss about escape sequence. Escape sequence are used to format the output text and other output options.
read more
Page 1 of 11