Showing posts with label strings in php. Show all posts
Showing posts with label strings in php. Show all posts

strings in php

strings in php 


String are Sequence of characters that can be treated as a unit assigned to variables,simple specify  php code is to enclose it in quotes

string in php whether single or double

ex:$my='php single string';
$my1="double quotes"