I just registered an account with Dreamhost where I have access to both MySQL & PHP. I've been reading through tutorials on the web about both and I bought and started reading Core PHP Programming.
How do I get started using PHP with MySQL though? What I mean is, I know how to create a simple PHP script in a website, but how do I add information to a database and have PHP interact with that. I realize not everyone uses the same host as I do but there must be a universal way of adding data to the database, right?
Lets say for example the database is called database its stored at mysql.domain.com and I have a username & password. Is there anyone I can connect to it via SSH or something through the command line and add information? I've been searching the web now for a week and I've yet to come up with anything useful.
Thank in advance,
Jay