So how hard is it to learn PHP?

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
If you know nothing other than HTML, how hard is it to learn PHP to get a good understanding of it? Can anyone recommend some good books for learning PHP?
-- mrcodedude
 

chiwawa626

Lifer
Aug 15, 2000
12,013
0
0
Do you know C/C++ that would help...I played around with php for a few days, deffinatly seemed easyer then perl.
 

Jugernot

Diamond Member
Oct 12, 1999
6,889
0
0
Easier than most, perl is particular. Very powerful language with lots of options for integration with mysql, etc. builtin.

You'll learn to love it.
 

Beattie

Golden Member
Sep 6, 2001
1,774
0
0
Originally posted by: MrCodeDude
If you know nothing other than HTML, how hard is it to learn PHP to get a good understanding of it? Can anyone recommend some good books for learning PHP?
-- mrcodedude

your name is mrcodedude and you dont know how to program in any language other than HTML?
 

loup garou

Lifer
Feb 17, 2000
35,132
1
81
PHP is very easy to learn, but it doesn't do you too much good unless you learn some SQL . PHP really shines when teamed up with a database.
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
PHP is easy to learn. A good book to start with is PHP Essentials by Julie Maroni. It's very readable, has lots of basic code, and guides you through many basic PHP functions and use of a MySQL database. This book is for beginning learners of PHP and MySQL; it does have a couple of code errors in it, but on the whole it is very good for beginners.
 

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
Originally posted by: Beattie
Originally posted by: MrCodeDude
If you know nothing other than HTML, how hard is it to learn PHP to get a good understanding of it? Can anyone recommend some good books for learning PHP?
-- mrcodedude

your name is mrcodedude and you dont know how to program in any language other than HTML?
Old name. Code meant for cheats, I used to work for a popular cheat site back in pre-2000 :)
-- mrcodedude
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
it's a pretty easy language to learn, unlike perl with its obfusticating syntax