How to combine two strings together in PHP 8.
When we develop any application using PHP language, for deferent reason we need combine two string.
PHP 8 is recently release, this combine is also work at PHP 8.
Syntex:
<?php
$fullName = "Jahidul Hasan Zahid"; //string
$age = 25; //integer
$address = "He is a software engineer. He complete his BSc in Software engineering at Daffodil International University"; //text
$concatenation = $fullName . "( . $age . )" . $address;
echo $concatenation;
I hope simple fine and help for your development learning step.
How to combine two strings together in PHP 8.
When we develop any application using PHP language, for deferent reason we need combine two string.
PHP 8 is recently release, this combine is also work at PHP 8.
Syntex:
<?php
$fullName = "Jahidul Hasan Zahid"; //string
Some developers make a simple mistake and get an error from Laravel 7 and password installation.
PROBLEM:
- laravel/passport[v10.1.0, ..., 10.x-dev] require illuminate/auth ^8.2 -> found illuminate/auth[v8.2.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with an...