Re: [PHP] combining string values

2004-05-26 Thread "Miguel J. Jiménez"
$finalvalue = $path.$filename; Tommy Atherton wrote: hi I have a problem, I'm trying to combine the value of two strings together into a final string. For example $path = '/tmp/photos/'; $filename = 'pic1.jpg'; $finalvalue = $path + $filename; (I know that the + is not used its there for explanatio

[PHP] combining string values

2004-05-26 Thread Tommy Atherton
hi I have a problem, I'm trying to combine the value of two strings together into a final string. For example $path = '/tmp/photos/'; $filename = 'pic1.jpg'; $finalvalue = $path + $filename; (I know that the + is not used its there for explanation only) The value for path will remain consta