Where can I find an introduction to using PDO?
        Posted  
        
            by aslum
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aslum
        
        
        
        Published on 2010-03-22T19:57:22Z
        Indexed on 
            2010/03/22
            20:01 UTC
        
        
        Read the original article
        Hit count: 403
        
I know my SQL safety isn't up to par. I've read on this site that PHP PDO would be a good first step, and while I did take a look at the PDO Manual it's a bit daunting. Is there somewhere I can find a tutorial on the basics of using PDO rather then straight MySQL calls?
© Stack Overflow or respective owner