Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Sessions, Perl and MySQL

by powerhouse (Friar)
on Mar 30, 2003 at 06:54 UTC ( [id://246699]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            $cust_username = $dbh->selectrow_array(qq{SELECT username FROM
    + users WHERE id = "$in{id}"});
            $sth1 = $dbh->prepare (qq{ SELECT * FROM session_db });
    ...
                }
            }
            $sth1->finish();
    
  2. or download this
            $cust_username = $dbh->selectrow_array(qq{SELECT username FROM
    + users WHERE id = "$in{id}"});
            $sth1 = $dbh->prepare (qq{ SELECT * FROM session_db });
    ...
                }
            }
            $sth1->finish();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-20 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found