PDA

View Full Version : learning php and mySQL server...



orlox
April 12th, 2006, 04:04 PM
Can anyone reccomend me good books or online resources to learn how to use this tools?...

hagen00
April 12th, 2006, 04:28 PM
Just type the subject of this thread into Google.

moephan
April 13th, 2006, 03:17 AM
I don't mean to sound flip, but the best reference will be the PHP documentation on the mysql functions: http://www.php.net/manual/en/ref.mysql.php

If you are looking for a tutorial on how to use PHP and general, with mysql in particular, instead of reference material. I would suggest searching Yahoo! for "php mysql tutorial" or something similar.

Cheers, Rick

LordHunter317
April 13th, 2006, 03:52 AM
Except for the part where one should never, ever, ever, ever, ever (x infinity) use those functions.

In fact, using them in this day and age is a sign of gross incompetence. There's simply no reason to do so, when given alternatives like mysqli, PEAR::DB, and ADODB.

As for the OP, I don't know any good books on MySQL and PHP. There are a billion out there, though.

moephan
April 13th, 2006, 04:25 AM
Point taken. Probably for learning, you may as well start with mysqli (the "improved" api): http://www.php.net/manual/en/ref.mysqli.php

Cheers, Rick

|Eric|
July 19th, 2008, 08:12 AM
www.allhtml.com
best web/development site you can find as a noob

ghostdog74
July 19th, 2008, 02:42 PM
Can anyone reccomend me good books or online resources to learn how to use this tools?...

see here (http://debian.yaako.org/ebook/)

descendency
July 19th, 2008, 02:53 PM
start: http://www.w3schools.com/php/default.asp

LoneWolfJack
July 19th, 2008, 03:11 PM
Except for the part where one should never, ever, ever, ever, ever (x infinity) use those functions.

In fact, using them in this day and age is a sign of gross incompetence. There's simply no reason to do so, when given alternatives like mysqli, PEAR:B, and ADODB.


Perhaps you should go and perform a search on PEAR and ADODB shortcomings. They're nice tools if you don't really know what you're doing (and don't care). And... uh... both of those libs use said functions...

LaRoza
July 19th, 2008, 04:19 PM
Perhaps you should go and perform a search on PEAR and ADODB shortcomings. They're nice tools if you don't really know what you're doing (and don't care). And... uh... both of those libs use said functions...

This was two years ago everyone...

LoneWolfJack
July 19th, 2008, 04:32 PM
This was two years ago everyone...

No idea what version you are talking about, but 1.5.0b1 (2008-03-15) still uses them...

ghostdog74
July 19th, 2008, 04:35 PM
he was talking about the post date. I was duped.