> "Brett" == Brett W McCoy <[EMAIL PROTECTED]> writes:
Brett> Duh... escaping isn't what you need, since you're probably
Brett> doing this as a post. You should put your variable in quotes
Brett> (which is what you should be doing anyway):
Brett>
But that'll fail if $var contains quotes o
> -Original Message-
> From: Wagner Garcia Campagner [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 04, 2001 11:07 AM
> To: [EMAIL PROTECTED]
> Subject: variables using blank spaces
>
>
> Hi,
>
> I have a varilable:
>
> $var = 'asdf asdf asdf'; #using blank spaces
>
> Then i s
On Tue, 4 Dec 2001, Wagner Garcia Campagner wrote:
> I have a varilable:
>
> $var = 'asdf asdf asdf'; #using blank spaces
>
> Then i send it to another script like this:
>
>
>
> The problem is when i get it back the value became:
>
> $var = asdf
>
> It stops in the first blank space is the
On Tue, 4 Dec 2001, Wagner Garcia Campagner wrote:
> I have a varilable:
>
> $var = 'asdf asdf asdf'; #using blank spaces
>
> Then i send it to another script like this:
>
>
>
> The problem is when i get it back the value became:
>
> $var = asdf
>
> It stops in the first blank space is the
--- Wagner Garcia Campagner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a varilable:
>
> $var = 'asdf asdf asdf'; #using blank spaces
>
> Then i send it to another script like this:
>
>
>
> The problem is when i get it back the value became:
>
> $var = asdf
>
> It stops in the first blan