> 'this string = $one and that is it' > > I want it to be: > > 'this string = 1 and that is it' > > after processing. $one = 1; $two = "this string = $one and that is it"; Double quotes. -dave