a good tutorial book for php/mysql

a good tutorial book for php/mysql

am 17.04.2008 09:26:54 von dannysh

Hi all,

I need a recomendation on a good book to learn PHP/MYSQL.

I want to learn php with mysql.
The problem is that I don't have any knowledge on mysql and generally
in relational databases.
I have an experience in programming with jsp, JS, HTML etc.

Can you please recommend me on a good book / sites which I can use to
learn the above?
I prefer a book that you KNOW is a good one for beginners like me.

Thanks a lot,

Danny

Re: a good tutorial book for php/mysql

am 17.04.2008 13:43:38 von colin.mckinnon

On 17 Apr, 08:26, dannysh wrote:
>
> I need a recomendation on a good book to learn PHP/MYSQL.
>

A good PHP book is http://www.hudzilla.org/phpbook/ (free online
version) which is also available in dead-tree format from O'Reilly.

Other good sources are

http://www.w3schools.com/PHP/default.asp
http://devzone.zend.com/node/view/id/627
http://www-128.ibm.com/developerworks/opensource/library/os- php-read/

And of course the official PHP manual, which is very good as a
reference book - particularly the user submitted comments - if a bit
weak on the introductory stuff:

http://uk3.php.net/manual/en/index.php

C.

Re: a good tutorial book for php/mysql

am 18.04.2008 12:56:07 von Captain Paralytic

On 17 Apr, 11:43, "C. (http://symcbean.blogspot.com/)"
wrote:
> On 17 Apr, 08:26, dannysh wrote:
>
>
>
> > I need a recomendation on a good book to learn PHP/MYSQL.
>
> A good PHP book ishttp://www.hudzilla.org/phpbook/(free online
> version) which is also available in dead-tree format from O'Reilly.

I just ran through the php exam on this site. I was intrigued by
question 31:

Joins are fastest when done using which data type:

INT
JOIN
FLOAT
INDEX
CHAR
VARCHAR
CACHE
None of the above

Since when are INDEX and CACHE datatypes?

Re: a good tutorial book for php/mysql

am 18.04.2008 23:59:10 von Jerry Stuckle

Captain Paralytic wrote:
> On 17 Apr, 11:43, "C. (http://symcbean.blogspot.com/)"
> wrote:
>> On 17 Apr, 08:26, dannysh wrote:
>>
>>
>>
>>> I need a recomendation on a good book to learn PHP/MYSQL.
>> A good PHP book ishttp://www.hudzilla.org/phpbook/(free online
>> version) which is also available in dead-tree format from O'Reilly.
>
> I just ran through the php exam on this site. I was intrigued by
> question 31:
>
> Joins are fastest when done using which data type:
>
> INT
> JOIN
> FLOAT
> INDEX
> CHAR
> VARCHAR
> CACHE
> None of the above
>
> Since when are INDEX and CACHE datatypes?
>

Ah heck, Paul, you've got to have some answers which are too crazy to be
believed! It separates the people who know things from those who are
just guessing :-).

But that's a PHP exam? It's a SQL question!

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: a good tutorial book for php/mysql

am 21.04.2008 14:45:38 von Captain Paralytic

On 18 Apr, 22:59, Jerry Stuckle wrote:
> Captain Paralytic wrote:
> > On 17 Apr, 11:43, "C. (http://symcbean.blogspot.com/)"
> > wrote:
> >> On 17 Apr, 08:26, dannysh wrote:
>
> >>> I need a recomendation on a good book to learn PHP/MYSQL.
> >> A good PHP book ishttp://www.hudzilla.org/phpbook/(freeonline
> >> version) which is also available in dead-tree format from O'Reilly.
>
> > I just ran through the php exam on this site. I was intrigued by
> > question 31:
>
> > Joins are fastest when done using which data type:
>
> > INT
> > JOIN
> > FLOAT
> > INDEX
> > CHAR
> > VARCHAR
> > CACHE
> > None of the above
>
> > Since when are INDEX and CACHE datatypes?
>
> Ah heck, Paul, you've got to have some answers which are too crazy to be
> believed! It separates the people who know things from those who are
> just guessing :-).
>
> But that's a PHP exam? It's a SQL question!

Yeah, neat huh!