Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Single mysql query

by ikegami (Patriarch)
on May 31, 2008 at 06:02 UTC ( [id://689394]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth->execute($id);
    my $row = $sth->fetch();
    ...
       # No more images
       ...
    }
    
  2. or download this
    my $row = selectrow_arrayref($stmt_or_sth, undef, $id);
    if ($row) {
    ...
       # No more images
       ...
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://689394]
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-04-19 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found