Anyone know what i can do to get started? Helpful tutorial sites, things like that?
What exactly do you want to do in PHP? I learn 99% of the PHP that I know just from thinking of something that I wanted to accomplish, and then going out and scouring forums until I found what I was looking for.
I built an entire content management system in PHP/MySQL just from stuff that I taught myself, and if I ever had any questions the people over at
PHPFreaks.com were always there to help me out and get me the answers I was looking for.
Basically, set a goal, and then work from there. If you want to build a web page with a scrolling PHP banner, then just search google for PHP Banner, find someone that has one precompiled (with good comments), and then take it apart line by line and soak up everything that you learn.
That's how I learn at least.
http://www.phpfreaks.com/forums/index.php
Also:
dreamwheaver cant code php for you and it does a poor job at html and css.
While Dreamweaver can't write code for you, as that would be completely impossible for any program to straight out write code for you, Dreamweaver was my program of choice when designing web pages. It keeps everything color coded, as well as keeps things tab'd correctly, etc. I currently use CS3 and it is an amazing program. I have tried out Microsoft Frontpage, as well as a few other programs, but Dreamweaver thus far has been the best program that I have used.