Log in

View Full Version : Databases...



J-Tech
03-01-2004, 01:50 PM
I'm trieng to learn how to use database interaction via a website, like a search engine, but i dont know how to set up the communcations between the website and the database and what not, anyone got any good resources on how to do this?

Thanks,
J.T.

J-Tech
03-03-2004, 11:08 AM
bUmP

Mistomeer
03-03-2004, 11:43 AM
What language and what database?

MrFeature
03-03-2004, 11:01 PM
I like MySQL, and php, I've mastered both of them. Its really easy because php has a built in extension for MySQL, usually with a nice API, you can integrate anything into anything.

Mistomeer
03-05-2004, 08:26 AM
Originally posted by MrFeature
I like MySQL, and php, I've mastered both of them. Its really easy because php has a built in extension for MySQL, usually with a nice API, you can integrate anything into anything.

PHP/MySQL is cool, but I usually go with ASP and SQL or Access since most of our servers are Win2k. I usually do PHP when I making something on my Mac.