
Originally Posted by
Paul L
html is perfect for beginnig, i love it
D
now im learning PHP for my job and it's a lil bit weird :S
its ur first programming lang?, sometimes that happens.., ull get used to it :P
btw, to start coding in PHP u just need to know some things about HTML, u dont need javascript (unless u want some cool effects, and some validations on the run without refreshing the website [also, after Javascript, its nice to know a bit of ajax]).
So... I suggest:
- HTML (basic)
- PHP (basic/advanced)
- HTML (advanced)
- CSS (advanced)
- JavaScript (advanced)
and.. the cherry on the top of the cake: - ajax
for PHP the book I used first time was: Head first PHP & MySQL from O'Reilly, its pretty good and funny.
for the others ull have to google a bit, cause the pages from where i learned were in spanish.
cheers!