On Monday 08 March 2004 17:49, Jeff Lee spake:
> perfect! I was trying to do $this = "text" $email "more text" and such
> I havent seen this used much? It will be very useful for me, now all I need
> to do is get it to work on the AS/400s!
You can do it that way as well, using the concatenation operator "."
$this = "text" . $email ."more text";
echo $this;
-- Joey Kelly < Minister of the Gospel | Linux Consultant > http://joeykelly.net "I may have invented it, but Bill made it famous." --- David Bradley, the IBM employee that invented CTRL-ALT-DEL ___________________ Nolug mailing list nolug@nolug.orgReceived on 03/08/04
This archive was generated by hypermail 2.2.0 : 12/19/08 EST