I've got a string say,
$query="stramname,id,place";
I need to add another string to this $query say
$query1= ",muxrate";
How do i do it so that $query should contain
$query="stramname,id,place,muxrate";
$query .= $query1;
ok.thanks
The man page [man]operators.string[/man] shows you two different methods of concatenation.
-- Edit -- shouldnt leave browser tab open for long periods until replying.
planetsim wrote:-- Edit -- shouldnt leave browser tab open for long periods until replying.
Ahem, guilty as charged.