Go to GoReading for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.

A sequence of letters and numbers

106 3
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";

?>
Source...

Leave A Reply

Your email address will not be published.