Page 1 of 1
Learning PHP
Posted: June 17, 2004, 3:37 pm
by Bubba Grizz
Is this a difficult task? I want to learn more about it. What kind of classes are out there for this or where should I start. Is this something that comes from a networking background or a coding background?
Posted: June 17, 2004, 8:32 pm
by Xouqoa
It's very much like C++. It's a object oriented programming language.
Posted: June 17, 2004, 9:50 pm
by archeiron
Xouqoa wrote:It's very much like C++. It's a object oriented programming language.
*chuckle* I agree, but I must say that "It's very much like C++" is the "It tastes just like chicken" line of the computing world.
I grabbed Wrox's Professional PHP and didn't have any problems, but then I was already a software developer at that point. I would describe it as uncomplicated yet polished.
Posted: June 17, 2004, 11:49 pm
by Xouqoa
Well, by being 'like C++' I meant that the structures are similar. If statements, logic, that sort of stuff. As opposed to being 'like VB'.
Posted: June 18, 2004, 12:02 am
by archeiron
Xouqoa wrote:Well, by being 'like C++' I meant that the structures are similar. If statements, logic, that sort of stuff. As opposed to being 'like VB'.
I wasn't being critical. You are right it does use a grammatical structure comparable to the C family rather than VB/ASP, but I am sure that you could see my point.