Extremely basic PHP and Mysql
        Posted  
        
            by fighella
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fighella
        
        
        
        Published on 2009-08-14T12:54:04Z
        Indexed on 
            2010/04/23
            20:53 UTC
        
        
        Read the original article
        Hit count: 345
        
Background: I am more of a designer than a programmer, but have hacked templates for many open source CMS's (Drupal, Joomla, Wordpress)
I want to start from scratch in regards to the relations of php and a mysql database.
Lets assume I have a working database and php engine locally.
What would be my first step to connecting to my database and creating a table... (im happy to be led to an appropriate tutorial...)
Many of the tutorials I have seen start with basic php, but I would rather explore the connection between the db and the php.
© Stack Overflow or respective owner