Where are some tutorials?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sghetti
Forum Newbie
Posts: 5
Joined: Sat Jul 26, 2003 8:44 pm
Contact:

Where are some tutorials?

Post by sghetti »

I'm trying to find some good tutorials on PHP and MySQL but most of the ones out there assume you already know one or the other. Is there a good site with easily understandable help?
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post by trollll »

Check out webmonkey's php/mysql tutorial. It pretty much assumes nothing, even helping you install both of them and do a "hello world"-type script.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

...

Post by kettle_drum »

Try the tutorials site that is part of this network. Once you have learn the basics of high-level programming you should just be able to use the php manual to teach yourself everything.

For sql go to http://www.w3schools.com and also search google - i know theres a good site called sqlcourse.com or something like that.
Post Reply