Answers for "php push or merge"

PHP
5

php combine arrays

$output = array_merge($array1, $array2);
Posted by: Guest on June-03-2020
-2

how to append one array to another array in php

((data.userDetails.profile_picture === null) ||(data.userDetails.profile_picture===undefined))? picture ='<div><img src="http://commondatastorage.googleapis.com/codeskulptor-assets/lathrop/nebula_brown.png"' :
          picture = '<img src="'+data.userDetails.profile_picture+ '"/>';
Posted by: Guest on September-04-2020

Browse Popular Code Answers by Language