beginner question about php - mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

beginner question about php - mysql

Post 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
ldougherty
Forum Contributor
Posts: 103
Joined: Sun May 03, 2009 11:39 am

Re: beginner question about php - mysql

Post 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.
Post Reply