Why is the sentence in the middle "Therefore, we can change the code for question 1 just now to:" displayed?
祈祷落幕时
祈祷落幕时 2019-01-14 15:11:30
0
2
1340

<?php


$shixi = 'Study hard for four years in college<br />';


$buran = 'Otherwise there will be no chance of internship<br />';


$mimang = 'Use others’ time to be confused Get PHP Chinese website<br />';


##$xuexi = 'Learn PHP<br />';


//We can splice all the strings together.

echo $shixi . $buran . $mimang . $xuexi;


?>

So, the question just now is We can change the code to:

<?php

$php = 'PHP Chinese website';

//A space is added in the middle

$str = $php . 'aaaa';


echo $str;

?>


祈祷落幕时
祈祷落幕时

reply all(1)
韦小宝

Are your codes all in the same file?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!