But if you simply want to append one string to another do this:
$str1 = "string1"; $str2 = "string2"; $str1 .= $str2; print $str1; =OUTPUT string1string2
In reply to Re: Append query string
by CubicSpline
in thread Append query string
by bluecafe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |