Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

How to adjust script -make table based list ?

by santander (Acolyte)
on Dec 08, 2004 at 12:57 UTC ( [id://413186]=perlquestion: print w/replies, xml ) Need Help??

santander has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: How to adjust script -make table based list ?
by edan (Curate) on Dec 08, 2004 at 13:08 UTC

    Have you gone mad? You want us to wade through your 1271 lines of code and tell you how to do it for you?

    --
    edan

Re: How to adjust script -make table based list ?
by rdfield (Priest) on Dec 08, 2004 at 14:32 UTC
    Change the line:
    $newentry .= "<tr><td>$image</td><td> <td>$namefield<br>$addrfield<br>$cityfield$entry <hr size=.5></td></tr>\n";
    to
    $newentry .= "<tr><td>$image</td><td> $namefield</td><td>$addrfield</td><td>$cityfield$entry <hr size=.5></td></tr>\n";
    and adjust the li tags to td in display_results. Or something. These changes weren't tested.

    rdfield

Re: How to adjust script -make table based list ?
by gellyfish (Monsignor) on Dec 08, 2004 at 13:38 UTC

    I'd start from scratch if I were you - the program you have here is so poorly written it almost certainly has insecurities if I could be bothered to wade through and find them, but I can't

    /J\

      Did you know some ready solution? I make search in Google, but find no something similar.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 17:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found