Good tutorial for database??

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
slipstream
Forum Commoner
Posts: 86
Joined: Fri Apr 19, 2002 8:53 am
Location: Canada

Good tutorial for database??

Post by slipstream »

Anyone know of a good tutorial for begginers for opening, reading, writing to a database in access? thanks..
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Access?

Hrm..you might be better off using MySQL, as for beginners, it's actually easier with PHP to use.
User avatar
BigE
Site Admin
Posts: 139
Joined: Fri Apr 19, 2002 9:49 am
Location: Missouri, USA
Contact:

Post by BigE »

Well, I don't know of any good tutorials... but here's where to start... learn about Access, leanr about the OBDC functions in PHP... then combine them. If you know SQL code then it shouldn't be too hard once you get the OBDC functions figgured out.
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

User avatar
BigE
Site Admin
Posts: 139
Joined: Fri Apr 19, 2002 9:49 am
Location: Missouri, USA
Contact:

Post by BigE »

very nice! This will help greatly *adds to favorites* see what a little search time will do?
Post Reply