PHP Simple QA
It contains Simple Questions and Answers in PHP
php shorthand operater
php shorthand operater (.=)
concatenation example
$test.=$tes1;
same like above
$test=$test.$tes1;
Newer Post
Older Post
Home