Answers for "concat string pghp"

PHP
0

php concat variable and string

<?php
  $name = "Paul";	
  $age = 26;

  echo "My name is {$name}, I'm {$age} years old ";
Posted by: Guest on March-24-2021
0

php string concat

$name [] = ['abhi']
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language