I would like to learn PHP-----where and how do I start

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bravo33
Forum Newbie
Posts: 1
Joined: Thu Aug 21, 2003 2:22 pm
Location: UK

I would like to learn PHP-----where and how do I start

Post by bravo33 »

:wink:
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

reading the issues others have had in this place is a good way to see errors people have had. and to learn FROM our mistakes.


another good thing would be to search the forums for book freccommendations. i know there's at least 3 threads on that, because that's the number i reemmber participating in.

and along with this place, bookmark php's home and the online manual you find there. unlike the one at mysql on its product, the one the people at php.net make is actually good at giving out information to those that spend the time to look. somethimes there's still quirks with use that you'll come here for, but most of the time it's a question of if you searched for the right thing
RFairey
Forum Commoner
Posts: 52
Joined: Fri Jun 06, 2003 5:23 pm

Post by RFairey »

I find that to learn any language, you need a project of some sort - something to achieve. If you are doing some random test scripts and you hit a snag, you usually just say - sod it I can't be bothered. If you have a project that means something, you have a motivation to solve the problem and learn in the process.

Something like a photo gallery, a weblog or visitors book is often a good place to start, since you'll quickly learn the basics of the language. Google for some tutorials, that'll get you going.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

And set up a local test server: http://www.hotscripts.com/PHP/Software_ ... tion_Kits/

Also, tripod.co.uk offer free web space with php/mysql.
Post Reply