Structure of the Problem Requirements
In programme we will discuss about Strings in Php Programming. We have just declare and initialize a Variable name my_String and saved value in this Variable. and then manipulate it with different other hard Coded String as like " PAKISTAN".Here is the source code of programme which help you in better understanding.
SOURCE CODE
<html>
<title> PHP Strings Demo </title>
<body>
<?php
$my_String = "AN Developer ";
echo $my_String;
echo " <br />";
echo " <br />";
echo $my_String . "PAKITSAN";
echo " <br />";
echo " <br />";
echo $my_String . "INDIA";
echo " <br />";
echo " <br />";
echo $my_String . "USA";
echo " <br />";
echo " <br />";
?>
</body>
</html>
Strings in Php |
Asad Niazi is Software Engineer , Programmer, Web Developers and a young mentor of Tech Solutions Desk and Blogging Solutions . Asad Love to writes about Technology, Programming, Blogging and make money online.
0 comments:
Post a Comment