Page 1 of 1
how to begin?
Posted: Tue Jun 22, 2010 10:50 pm
by everydayrun
i am a newbie of php,only have a little programming experience , and familiar with html and css. now i want to learn php,how shoud i do? thank you.
Re: how to begin?
Posted: Wed Jun 23, 2010 12:45 am
by JakeJ
visit
www.w3schools.com and go through the php tutorial.
Then find a few other tutorial websites.
Then tear apart a few existing php applications.
Then build your own.
Re: how to begin?
Posted: Wed Jun 23, 2010 4:10 am
by Phoenixheart
I started by building my own PHP application and learned along the way.
Re: how to begin?
Posted: Wed Jun 23, 2010 4:58 am
by everydayrun
Phoenixheart wrote:I started by building my own PHP application and learned along the way.
i am also want to build my own PHP application ,but i don't know which one i should begin. the complex one like cms which i can't do. any tips? thank you.
Re: how to begin?
Posted: Wed Jun 23, 2010 5:26 am
by aravona
I suggest you start smalle and get confident in something simple then work your way up. I suggest using the same website that JakeJ did, its very good I still use it 2 years after first learning php because it quickly confirms things I'm prone to forgetting.
If you really want somewhere to start, I suggest starting with a php website with a simple database to store some simple data then pull that data and display it on the page.