RE: embperl and html in sql problems (fixed msg)

1999-12-21 Thread Gerald Richter
I'm trying to display a scalar [+ $var +], now the row in the database has HTML code in it but the HTML doesn't get rendered by the browser. What am I doing wrong? I read about lt; gt; and \ but it's not helping. Either write [+ local $escmode = 0; $var +] then you have make sure your

Re: embperl and html in sql problems (fixed msg)

1999-12-21 Thread Cliff Rayman
check out the following two links: http://perl.apache.org/embperl/Embperl.pod.2.html#EMBPERL_OPTIONS http://perl.apache.org/embperl/Embperl.pod.5.html#_escmode i think the options you need to set are in there. I have not tried them myself yet. cliff rayman genwax.com Reid Sutherland wrote:

Re: embperl and html in sql problems (fixed msg)

1999-12-21 Thread Reid Sutherland
Thanks to everyone who replied. I went with the $escmode = 0; and now it works great. I'm very excited to get started on some serious stuff with Embperl! Thanks again, Reid Sutherland ISYS Technology Inc. http://www.isys.ca