On Mon, 20 Oct 2003 03:55:40 +0500
"Sara" <[EMAIL PROTECTED]> wrote:

> # Lets Suppose the form Input contains the quotes in the string e.g.
> 
> $field = "This is the string "which" contains the quotes";
> 
> The script stops printing everything after first quote ("), I KNOW where the problem 
> is but at a loss to prevent it as I have tried all the options

How about:

$field = qw(This is the string "which" contains the quotes);

-- Greg

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to