[PHP] Re: strings and vars

2002-11-23 Thread Kyle Gibson
Hi; i have a string and I want to set it as a variable name. like tahat i have string like: "string"; how can i get variable $string; I suppose you are trying to do the following: $variable = "some value"; So if you wish to assign "string" as $string, simply do the following: $string = "s

[PHP] Re: Strings with embedded quotes and double quotes

2002-07-02 Thread Richard Lynch
>I need to echo a string that contains both quotes and double >quotes. > >I remember doing this once using a special construct where the >string started on a new line with a triple slash if I remember well. Or >it was a triple something... > >I can't find the topic in the online PHP doc... > >A

[PHP] Re: STRINGS

2001-05-17 Thread Manuel Román
sorry, this is the string... And this not function: $str = '' . "\r" . '' . "\r" . '' . "\r" . ''; echo $str; "Manuel Román" <[EMAIL PROTECTED]> wrote in message news:... > Hi, > > How I can save the below string??? > > I try concatenate, but when I try with echo or print n