View Single Post
  #3 (permalink)  
Old 12-04-09, 11:05
scooby_at_work scooby_at_work is offline
Registered User
 
Join Date: Sep 2009
Posts: 44
I'd strongly recommend using DBI along with DBD::mysql. Example of connecting here.

The Mysql module is an obsolete interface and you should not use it in new code. Source.

Quote:
that was on the tutorial , just google for more info
This is the danger of just copying and pasting random crap off the web. CPAN (which I linked to above) always has the latest versions of modules and has the documentation straight from the authors. Why would you grab a random tutorial when the subject matter experts, the guys who wrote the module have the latest and greatest right in the docs?

I mean, aside from laziness.
Reply With Quote