Page 1 of 1

beginner question about php - mysql

Posted: Sun May 03, 2009 9:07 am
by aneuryzma
what's the best way to access to mysql databases ?

I've seen PEAR, SQLite... there are many libraries right ?
What's the most used ?

thanks

Re: beginner question about php - mysql

Posted: Sun May 03, 2009 1:34 pm
by ldougherty
What exactly do you mean " to access" mySQL databases?

Via code you would use the mysql_connect function

If you are looking for an easy method of manipulating data in the database ask your web host if they provide access to phpmyadmin.