RE: Apache::DBI

2007-02-03 Thread Rick Apichairuk
l get. You can keep track of this id some by storing it in a session or a cookie. This would allow you to reference that id over several connections. Good Luck! Rick Apichairuk > -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Sunday, February

Re: mod_perl running code but output displays HTML code not HTML !!!!

2005-02-24 Thread Rick Apichairuk
. The inconsistent behaviour coupled with the overhead of searching for a header makes it not worth it for me. And if you're running mod_perl, you should really take advantage of the API it has. You can do alot of manipulation of the headers. Hope this helps, Rick Apichairuk