in reply to Re: appending to html at beginning
in thread appending to html at beginning
which I guess has something to do with it - but dont know how to implement it.# Open Link File to Output open (GUEST,">$guestbookreal") || die "Can't Open $guestbookreal: $!\n +"; for ($i=0;$i<=$SIZE;$i++) { $_=$LINES[$i]; if (/<!--begin-->/) { if ($entry_order eq '1') { print GUEST "<!--begin-->\n"; } if ($line_breaks == 1) { $FORM{'comments'} =~ s/\cM\n/<br>\n/g; } print GUEST "<b>$FORM{'comments'}</b><br>\n";
P.S - "Madlibs" I guess is the english word - in norwegian - we call it an "adjective story".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: appending to html at beginning
by hippo (Archbishop) on Feb 03, 2017 at 09:18 UTC | |
|
Re^3: appending to html at beginning
by haukex (Archbishop) on Feb 03, 2017 at 09:20 UTC | |
|
Re^3: appending to html at beginning
by Discipulus (Canon) on Feb 03, 2017 at 09:27 UTC | |
by haukex (Archbishop) on Feb 03, 2017 at 09:46 UTC |