Posted by Dikkie Dik on 09/19/05 19:28
hougie40@hotmail.com wrote:
> Im a vb guy trying to figure out some php.
>
> For some reason it wont let me append these together.
>
> $variable = "test";
>
> echo "c:\websites\menu\" . $variable;
>
> dont understand...please help.
>
Is the second quote seen as escaped by the backslash? Maybe it will echo
"c:\\websites\\menu\\" . $variable
Best regards
Navigation:
[Reply to this message]
|