You would do so by creating the variable ($value
as I’ve done below) and then concatenating the $url
string using .
$value="90";
$url = "http://junna.com/mamba" . $value . "nina";
6
solved how to put a variable inside a variable value PHP [closed]