Relational Databases...???

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
tomsace
Forum Contributor
Posts: 167
Joined: Thu Jan 01, 2009 8:07 pm

Relational Databases...???

Post by tomsace »

Hi, I definately need to setup some kind of a relational database on my website. I am getting quite good with basic php now but I do not know how to use mysql with php at all. I am a total newb in this subject. I would really appreciate any help to get me started or a link to a website which has the basics covered.
I know how to use myslq, I know how to use php, but know nothing when using the two together if you know what I mean.

Anyway thanks alot,
Tom.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Relational Databases...???

Post by Eran »

Drachlen
Forum Contributor
Posts: 153
Joined: Fri Apr 25, 2003 1:16 am

Re: Relational Databases...???

Post by Drachlen »

Another solid example can be found here: http://devzone.zend.com/node/view/id/641

If you take the time to read all of it, it should get you started in the right direction.
Post Reply