recommended books on PHP-MYSQL

recommended books on PHP-MYSQL

am 10.09.2007 10:30:10 von jack

Any recommended books on PHP-MYSQL with serious examples in c++?

Regards

Jack

Re: recommended books on PHP-MYSQL

am 10.09.2007 13:48:22 von luiheidsgoeroe

On Mon, 10 Sep 2007 10:30:10 +0200, Jack wrote:
> Any recommended books on PHP-MYSQL with serious examples in c++?

Not one book springs to mind with that combo. Why do you need examples in
C++?
--
Rik Wasmus

Re: recommended books on PHP-MYSQL

am 11.09.2007 00:56:08 von Macca

On Sep 10, 9:30 am, "Jack" wrote:
> Any recommended books on PHP-MYSQL with serious examples in c++?
>
> Regards
>
> Jack

Why would a book on PHP-MYSQL have examples in c++ ???


If you want a book on PHP/MySQL get a book on PHP/MySQL, if you want a
book on c++ get a book on c++.


On that note, i would always reccomment the "Sams teach yourself..."
range of books such as

Sams Teach Yourself PHP, MYSQL and Apache: All in One

Sams Teach Yourself PHP in 24 Hours

Sams Teach Yourself MySQL in 24 Hours (This is a good book)


Or anything by O'Reilly Publishing is a good choice and can be in more
depth for intermediate/advanced.

Regards,

Paul

Re: recommended books on PHP-MYSQL

am 11.09.2007 05:31:33 von Bucky Kaufman

macca wrote:
> On Sep 10, 9:30 am, "Jack" wrote:
>> Any recommended books on PHP-MYSQL with serious examples in c++?
>>
>> Regards
>>
>> Jack
>
> Why would a book on PHP-MYSQL have examples in c++ ???

Because PHP is written in C++ and is extensible through C++.

For example - there is no built-in support for ArcGIS in PHP.
But a savvy spatial programmer could build something to be compiled with
PHP - just as MySQL and SOAP support must currently be added at
compile-time in order for PHP to use those features.

Re: recommended books on PHP-MYSQL

am 11.09.2007 13:08:15 von Jerry Stuckle

Sanders Kaufman wrote:
> macca wrote:
>> On Sep 10, 9:30 am, "Jack" wrote:
>>> Any recommended books on PHP-MYSQL with serious examples in c++?
>>>
>>> Regards
>>>
>>> Jack
>>
>> Why would a book on PHP-MYSQL have examples in c++ ???
>
> Because PHP is written in C++ and is extensible through C++.
>

So? Linux is written in C. Does that mean a C book will help me
understand how to admin Linux better?

> For example - there is no built-in support for ArcGIS in PHP.
> But a savvy spatial programmer could build something to be compiled with
> PHP - just as MySQL and SOAP support must currently be added at
> compile-time in order for PHP to use those features.
>

Then he doesn't need a PHP-MySQL book with C++ examples - he needs
information on how to write PHP extensions in C++. Something completely
different.

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

Re: recommended books on PHP-MYSQL

am 11.09.2007 13:34:40 von Bucky Kaufman

Jerry Stuckle wrote:
> Sanders Kaufman wrote:
>> macca wrote:

>>> Why would a book on PHP-MYSQL have examples in c++ ???
>>
>> Because PHP is written in C++ and is extensible through C++.
>
> So? Linux is written in C. Does that mean a C book will help me
> understand how to admin Linux better?

What a foolish question!


>> For example - there is no built-in support for ArcGIS in PHP.
>> But a savvy spatial programmer could build something to be compiled
>> with PHP - just as MySQL and SOAP support must currently be added at
>> compile-time in order for PHP to use those features.
>
> Then he doesn't need a PHP-MySQL book with C++ examples - he needs
> information on how to write PHP extensions in C++. Something completely
> different.

I never met the fellow 'cept once in a chatroom - so I dunno what he
needs or doesn't... and trying to figure it out would be scope creep.

I'm just answering the question "why would...".

Re: recommended books on PHP-MYSQL

am 11.09.2007 15:15:22 von Steve

>>> Because PHP is written in C++ and is extensible through C++.
>>
>> So? Linux is written in C. Does that mean a C book will help me
>> understand how to admin Linux better?
>
> What a foolish question!

not a foolish question at all...completely sequitur.

>>> For example - there is no built-in support for ArcGIS in PHP.
>>> But a savvy spatial programmer could build something to be compiled with
>>> PHP - just as MySQL and SOAP support must currently be added at
>>> compile-time in order for PHP to use those features.
>>
>> Then he doesn't need a PHP-MySQL book with C++ examples - he needs
>> information on how to write PHP extensions in C++. Something completely
>> different.
>
> I never met the fellow 'cept once in a chatroom - so I dunno what he needs
> or doesn't... and trying to figure it out would be scope creep.

no wonder you don't like using "bizness lingo"...you don't even know what
"scope creep" is. and no, trying to figure out what he needs would not be
scope creep. it would be a wise, proactive step in having the op state what
he needs in more detail so we can quit guessing.

chatroom? once? so having chatted with you, he rejected your nefarious
advances and won't speak to you anymore?

btw, your statement doesn't even try to counter his point. you are just
trying to avert attention from it...that make him look more correct, and you
more silly.

"scope creep"...that's funny.

> I'm just answering the question "why would...".

and not very well, i might add.

Re: recommended books on PHP-MYSQL

am 11.09.2007 15:42:23 von Bucky Kaufman

Steve wrote:

>>> Then he doesn't need a PHP-MySQL book with C++ examples - he needs
>>> information on how to write PHP extensions in C++. Something completely
>>> different.
>> I never met the fellow 'cept once in a chatroom - so I dunno what he needs
>> or doesn't... and trying to figure it out would be scope creep.
>
> no wonder you don't like using "bizness lingo"...you don't even know what
> "scope creep" is. and no, trying to figure out what he needs would not be
> scope creep. it would be a wise, proactive step in having the op state what
> he needs in more detail so we can quit guessing.

Well yeah - I'd probably do all that for a paycheck.
But he just asked a question in a chat room.

Re: recommended books on PHP-MYSQL

am 11.09.2007 15:44:18 von Jerry Stuckle

Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>> Sanders Kaufman wrote:
>>> macca wrote:
>
>>>> Why would a book on PHP-MYSQL have examples in c++ ???
>>>
>>> Because PHP is written in C++ and is extensible through C++.
>>
>> So? Linux is written in C. Does that mean a C book will help me
>> understand how to admin Linux better?
>
> What a foolish question!
>

No more so than your answer. Linux is written in C and is extensible
through C.

>
>>> For example - there is no built-in support for ArcGIS in PHP.
>>> But a savvy spatial programmer could build something to be compiled
>>> with PHP - just as MySQL and SOAP support must currently be added at
>>> compile-time in order for PHP to use those features.
>>
>> Then he doesn't need a PHP-MySQL book with C++ examples - he needs
>> information on how to write PHP extensions in C++. Something
>> completely different.
>
> I never met the fellow 'cept once in a chatroom - so I dunno what he
> needs or doesn't... and trying to figure it out would be scope creep.
>
> I'm just answering the question "why would...".


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

Re: recommended books on PHP-MYSQL

am 11.09.2007 15:46:52 von Larry Anderson

On Sep 10, 1:30 am, "Jack" wrote:
> Any recommended books on PHP-MYSQL with serious examples in c++?
>
> Regards
>
> Jack

So what you are looking for is to develop a PHP extension. (the key
words here are development and extension) Do a google search for PHP
extension development or check the php.net site I am sure both would
be very helpful.

Most of this forum are users of the PHP language not people extending
it.

Re: recommended books on PHP-MYSQL

am 11.09.2007 15:53:54 von Steve

"Sanders Kaufman" wrote in message
news:5XwFi.7559$z_5.5369@nlpi069.nbdc.sbc.com...
> Steve wrote:
>
>>>> Then he doesn't need a PHP-MySQL book with C++ examples - he needs
>>>> information on how to write PHP extensions in C++. Something
>>>> completely different.
>>> I never met the fellow 'cept once in a chatroom - so I dunno what he
>>> needs or doesn't... and trying to figure it out would be scope creep.
>>
>> no wonder you don't like using "bizness lingo"...you don't even know what
>> "scope creep" is. and no, trying to figure out what he needs would not be
>> scope creep. it would be a wise, proactive step in having the op state
>> what he needs in more detail so we can quit guessing.
>
> Well yeah - I'd probably do all that for a paycheck.
> But he just asked a question in a chat room.

LOL. so you now agree with jerry? so it's a paycheck that makes him right or
not? were the handful of sentences he wrote so demanding of his (or your)
time that it warrants monetary consideration? hell, your diatribe on
"bizness lingo" was seven pages long if you combined all your
posts/responses from that thread. my suspicion is that you have large
chuncks of time available to you, and those being non-billable. wait...now
that i think of it, that's probably why you would be quibbling over a
paycheck.

btw, your response is yet again another diversion and does not challenge in
any way the validity of what was stated...you look silly again. you must be
young, inexperienced, and uneducated. i'd recommend taking a speech/debate
course at your local community college...pay close attention when they
discuss "logical fallacy"...you've produced two "red herrings" in as many
consecutive posts.

Re: recommended books on PHP-MYSQL

am 12.09.2007 10:47:36 von Gremnebulin

On 11 Sep, 12:34, Sanders Kaufman wrote:
> Jerry Stuckle wrote:
> > Sanders Kaufman wrote:
> >> macca wrote:
> >>> Why would a book on PHP-MYSQL have examples in c++ ???
>
> >> Because PHP is written in C++ and is extensible through C++.
>
> > So? Linux is written in C. Does that mean a C book will help me
> > understand how to admin Linux better?
>
> What a foolish question!

It would help you understand problems with, for instance, building a
kernel.

Re: recommended books on PHP-MYSQL

am 12.09.2007 14:14:35 von Jerry Stuckle

Gremnebulin wrote:
> On 11 Sep, 12:34, Sanders Kaufman wrote:
>> Jerry Stuckle wrote:
>>> Sanders Kaufman wrote:
>>>> macca wrote:
>>>>> Why would a book on PHP-MYSQL have examples in c++ ???
>>>> Because PHP is written in C++ and is extensible through C++.
>>> So? Linux is written in C. Does that mean a C book will help me
>>> understand how to admin Linux better?
>> What a foolish question!
>
> It would help you understand problems with, for instance, building a
> kernel.
>

That wasn't the question though, was it? Nothing was ever said about
building a kernel.

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