Re: [PHP] Variables within a string

2002-03-10 Thread Jason Wong
On Monday 11 March 2002 11:10, Chris Cocuzzo wrote: > I would imagine the problem has something to do with those escaped quote > marks, but in any case, you could probably get around it by doing this: > > $foo = "Entry for " . $HTTP_POST_VARS["name"]; > > some correct me if I'm wrong Or simply:

RE: [PHP] Variables within a string

2002-03-10 Thread Chris Cocuzzo
I would imagine the problem has something to do with those escaped quote marks, but in any case, you could probably get around it by doing this: $foo = "Entry for " . $HTTP_POST_VARS["name"]; some correct me if I'm wrong -chris > -Original Message- > From: webapprentice [mailto:[EMAIL