$string .= "world."; Adam
On Mon, 19 Aug 2002, Alexander Ross wrote: > Is there a += equivilant for strings?? > > $string = "Hello"; > $string += "world."; > > I know that > $string = $string." world."; > would work, but I keep having to do it. Is there a shortcut? > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php