Variable is a box where we store our data for reusing this when we required.
$firstName = 'Anil';
$lastName = 'Singh';
echo $firstName .' '.$lastName;
Variable is a box where we store our data for reusing this when we required.
$firstName = 'Anil';
$lastName = 'Singh';
echo $firstName .' '.$lastName;
0 comments
Post a Comment