letom
05-15-2013, 03:21 PM
Adrain, can u suggest a solution for the following ?
<?php
$tm = "Nice";
$ad = "Well";
?>
I want to mix $tm in $ad (Nice in Well) not using concat (Nicewell).
but some thing as following.
Nwicelle or some thing any complex string...
Thanks
Tom
<?php
$tm = "Nice";
$ad = "Well";
?>
I want to mix $tm in $ad (Nice in Well) not using concat (Nicewell).
but some thing as following.
Nwicelle or some thing any complex string...
Thanks
Tom