Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: DBI script works on command line but not in browser

by codehopper (Initiate)
on Mar 07, 2003 at 18:10 UTC ( [id://241215]=note: print w/replies, xml ) Need Help??


in reply to DBI script works on command line but not in browser

use DBI;
my $dbh = DBI->connect("DBI:mysql:databasename:server", "user","password")
    or die "Couldn't connect to database";
  • Comment on Re: DBI script works on command line but not in browser

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found