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
beginner question about php - mysql
Moderator: General Moderators
-
ldougherty
- Forum Contributor
- Posts: 103
- Joined: Sun May 03, 2009 11:39 am
Re: beginner question about php - mysql
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.
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.