Valentine's Day Pumping Heart
animasi blog

Monday, April 4, 2016

Ezemplu5 PHP



<?
//Concatenation is used to put two string values together)
$txt1="Do you want to study PHP?";
$txt2=" Yes, I want to study PHP!";
echo $txt1."".$txt2;
?>

No comments:

Post a Comment