Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [charly] Retrieving data from checkboxes

Quote Reply
Re: [charly] Retrieving data from checkboxes In reply to
I haven't seen that chr(35) before - is that supposed to be a linefeed? Try replacing it with \n and see what happens:

sub {
my $tags = shift;
my $pictures = $tags->{Pictures};
$pictures =~ s/\n/ /g;
return $pictures;
}

Fractured Atlas :: Liberate the Artist
Services: Healthcare, Fiscal Sponsorship, Marketing, Education, The Emerging Artists Fund
Subject Author Views Date
Thread Retrieving data from checkboxes charly 5140 Apr 15, 2003, 1:50 PM
Thread Re: [charly] Retrieving data from checkboxes
hennagaijin 4997 Apr 15, 2003, 8:41 PM
Thread Re: [hennagaijin] Retrieving data from checkboxes
charly 4977 Apr 15, 2003, 10:04 PM
Post Re: [charly] Retrieving data from checkboxes
hennagaijin 5005 Apr 16, 2003, 7:15 AM
Thread Re: [charly] Retrieving data from checkboxes
604 4946 Apr 16, 2003, 11:01 AM
Thread Re: [TheStone] Retrieving data from checkboxes
charly 4921 Apr 16, 2003, 12:05 PM
Thread Re: [charly] Retrieving data from checkboxes
604 4948 Apr 16, 2003, 12:57 PM
Post Re: [TheStone] Retrieving data from checkboxes
charly 4893 Apr 16, 2003, 10:45 PM