PHP Learning : String - Publik Talk

Breaking

An informative website for every one.

Post Top Ad

Post Top Ad

Wednesday, August 2, 2017

PHP Learning : String

Description:

A String variable is used to store and manipulate text.

"Hello world" to a string variable called $ txt.

Sample Code:

<?php
$txt="hello world";
echo $txt;
?>

Output:


No comments:

Post a Comment

Post Top Ad