PDA

View Full Version : Does anyone know how to do MySql w/ php/asp?


DoJesus
2003-07-28, 18:03 PM
Hi,
My site has become VERY complex (and extremely dated), since I started it 6 years ago.
I've been told that a database, would greatly ease my "updating" agony. The problem.....I'm clueless on databases and integration.

I would be happy to pay for any assistance. I need to understand it, since I want to maintain control over my sites maintenance.

Thanks in advance!

Mike

spoon
2003-07-28, 19:04 PM
If you're php savvy, here's a nice intro article in getting php+MySQL to work together. The O'Reilly MySQL book is a decent reference source, but I wouldn't reccomend using it to learn about databases or database administration. Finally, MySQL itself comes with a tutorial... might want to do some browsing over at http://www.mysql.com/ and see if they have anything online.

awsolutions
2003-07-28, 19:13 PM
Hello,

I can possibly help you out. Just go ahead and send me an e-mail with your site and any other relavent information. I will see what I can do. Also here is a great mysql website:
http://www.webdevelopersnotes.com/tutorials/sql/10.php3

Thanks,

Brian

VxJasonxV
2003-07-28, 22:44 PM
Nothing beats the PHP manual itself.

http://www.php.net/manual/en/ref.mysql.php

Everything you need.
For general SQL stuff, check http://www.w3schools.com

Enjoy!