Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Displaying values after form is submitted

by sschneid (Deacon)
on May 12, 2004 at 13:13 UTC ( [id://352718]=note: print w/replies, xml ) Need Help??


in reply to Displaying values after form is submitted

Modify this:
$fetch_data .= "$field\:\t$value\n\n";
...to be this:
$fetch_data .= "$field\:\t$value<br />";
Remember: you're printing it as HTML, so you'll need HTML line breaks.

-s.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://352718]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-28 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found