how to begin?
Moderator: General Moderators
-
everydayrun
- Forum Commoner
- Posts: 51
- Joined: Wed Jan 20, 2010 1:30 am
how to begin?
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?
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.
Then find a few other tutorial websites.
Then tear apart a few existing php applications.
Then build your own.
-
Phoenixheart
- Forum Contributor
- Posts: 123
- Joined: Tue Nov 16, 2004 7:46 am
- Contact:
Re: how to begin?
I started by building my own PHP application and learned along the way.
-
everydayrun
- Forum Commoner
- Posts: 51
- Joined: Wed Jan 20, 2010 1:30 am
Re: how to begin?
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.Phoenixheart wrote:I started by building my own PHP application and learned along the way.
Re: how to begin?
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.
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.