Selasa, 05 April 2016

Exemplo 4



<?
//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;
?>

Tidak ada komentar:

Posting Komentar