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
>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
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
3 matches
Mail list logo