Any good php tutorials available??

matrics08

New Member
Messages
13
Reaction score
0
Points
0
Hi

Does anyone know of any good/helpful/informative php tutorials available on the internet?

Any input welcome

Thanks in advance
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
tizag.com
php-freak.com

are good
 

ethraax

New Member
Messages
56
Reaction score
0
Points
0
Try using this one,
http://www.hudzilla.org/phpwiki/

That's the one I used to learn php, along with some other resources.

That's the one I used. It's great. It's not a tutorial though, it's a book to help you learn the actual language. I never liked the w3schools -- that was all cookbook programming -- Practical PHP Programming will actually teach you the language >.>
 

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
This one helps you write a basic content management system and is pretty good for the basics in MySQL particularly: http://www.php-mysql-tutorial.com/

The Hudzilla site's very good, never found that before. It goes into more detail than any other site I've seen before. I'm still new to PHP, and I must say that information for n00bs is pretty much non-existant.
 
Last edited:

IamShipon1988

New Member
Messages
942
Reaction score
0
Points
0
It really depends on tutorial for what project. Different site has different styles. One site may be useful in making one project but may not be the same for another. But if you are just learning then the above listed sites are really good.
 
Top