I need to do this thing pretty soon for my new project.
I still don't get this instruction.
Specially how to "SPIT out" image from DB and while() part.
Can you give us more detailed explanation?
Thanks
Andy
-Original Message-
From: Kee Hinckley [mailto:nazgul@;somewhere.com]
Sent: Mond
When I try to call MailFormTo I get the following error:
[1856]ERR: 24: Error in Perl code: Can't locate auto/Embperl/MailFormTo.al in
@INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5
> To me this looks a lot like Base64 endcoding, which
> is not unsual in
> XML and Web Application context. So type
Thanks. I actually found where it was occuring,
XML/Generator/DBI.pm line 109:
foreach (@row) {
if (defined($_) &&
/[\x00-\x08\x0A-\x0C\x0E-\x19]/) {
Hi!
On Mon, Nov 04, 2002 at 12:10:59PM -0800, Jarrod Stenberg wrote:
> This is slightly off-topic, so please forgive me. I
> made a mod_perl module that outputs XML when given a
> SQL aquery.
>
> The modules used:
> XML::Generator::DBI
> XML::Handler::YAWriter
> XML::Parser::PerlSAX
>
> Ther
This is slightly off-topic, so please forgive me. I
made a mod_perl module that outputs XML when given a
SQL aquery.
The modules used:
XML::Generator::DBI
XML::Handler::YAWriter
XML::Parser::PerlSAX
There is a "text" field in the mysql database that is
coming back like so:
-
87015
QSBy
At 9:34 AM -0800 11/4/02, Gerardo Schimpf wrote:
Hello embperl fans!. I have a mysql table with a blob data type column and
pictures stores in that column. How can I upload a picture and insert it into
that column and display the picture on a HTML page?
Uploading the picture you can do using tes
Hello embperl fans!. I have a mysql table with a blob data type column and
pictures stores in that column. How can I upload a picture and insert it into
that column and display the picture on a HTML page?
Thanks.
-
To unsubscri
Hi!
On Sat, Oct 26, 2002 at 01:01:12AM -0400, Jordan Baker wrote:
> A query about [$hidden$] tag. It appears that subsequent executions of
> [$hidden$] tag cause me to lose the first form element that was passed.
>
> Is this the expected behaviour?
Yes, it is. Let me explain why:
>
> [$ hidden