mercredi 29 juillet 2020

duplicate the value with space in php [closed]

I have the variable

$request['customer']=Array ( Existing_Customer, New_Customer)

I want to replace parse the each data and duplicate with space as

$request['customer']=Array ( Existing_Customer,Existing Customer,New_Customer,New Customer);

array_replace ()

I cant replace as expected



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire