NYCPHP Meetup

NYPHP.org

[nycphp-talk] Quick little question - variable interpolation

David Sklar sklar at sklar.com
Thu Oct 17 15:35:54 EDT 2002


> '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




More information about the talk mailing list