New databases with PHP/MySQL
Hi,
I know how to interact with a database using PHP/MySQl thanks to this tutorial (http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt3_03.html), but now that I tried to create my new database on phpmyadmin, I can't log in when I test it on my testing server. Is there an easy answer, or maybe a tutorial series that will help me learn how to create a new database and interact with it? I always get this error when I test:
Warning: mysql_select_db(): supplied resource is not a valid MySQL-Link resource in (my folder) on Line (so and so)
Any help would be appreciated, but I am not very familiar with either language in terms of coding.
Thank you!!!
