Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39
String Concatenation PHP-Fusion Coding Style PHP-Fusion version 7.02.00
Strings must be concatenated using the "." operator. A space must never be added before or amer
the ".":
PHP
<?php
$company="PHP- Fusion"."Solutions";
?>
It is not necessary concatenaEng strings with the "." operator when breaking a the statement into
mulEple line. In these cases, each successive line should be padded with white space such that the
start of the new line is aligned under or passed the "=" operator: