Re: Quotes in hidden input values from %fdat not escaped correctly.

2003-01-29 Thread Gerald Richter
> > Well, what you are trying do, is impossible. > I find best you to do thus: > No, this isn't impossible. It just needs correct escaping. The CVS version of 2.0 does this. Will be soon released as 2.0b9 Gerald - To unsubscri

Re: Quotes in hidden input values from %fdat not escaped correctly.

2003-01-29 Thread Éderson M. Ferreira
Hi David... Well, what you are trying do, is impossible. I find best you to do thus: [- $fdat{testfield} = "Say 'hi'."; -] Case you need use "" instead of '', you will have that create a sub that change '' by "". ok? Untill Soon. From: David Hull <[EMAIL PROTECTED]> To: [EMAIL PR

Re: $fdat not working when using POST

2003-01-29 Thread Gerald Richter
Hi, both output show REQUEST_METHOD=GET. Seems like you didn't insert the POST version. Can you please repeat it with POST. With POST you should also see a variable CONTENT_LENGTH, if you don't see it the server messes up something and the POSTed data doesn't arrive at Embperl at all Gerald