1. Computing

Discuss in my forum

A sequence of letters and numbers

By , About.com Guide

Definition: A string is a sequence of letters and numbers used in PHP programming. A string is not a number, and has no numeric value to the program, although it can contain numbers. A string can be represented by a variable. It can contain letters, numbers and symbols. A string in PHP might look like this:

<?php

$string1 = "This is a string";

?>

See More About
Related Video
Basic PHP Syntax
Using PHP With HTML
Top Related Searches numeric value letters and numbers lt
  1. About.com
  2. Computing
  3. PHP / MySQL

©2013 About.com. All rights reserved.