strusture of php

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
katyshah
Forum Newbie
Posts: 2
Joined: Wed Feb 08, 2012 3:09 am

strusture of php

Post by katyshah »

Hello all,
What is the structure of php course.Can anyone show the parts that we have to learn in php?
orbdrums
Forum Commoner
Posts: 82
Joined: Wed Sep 14, 2011 11:42 pm

Re: strusture of php

Post by orbdrums »

You may want to check out www.w3schools.com for some simple tutorials. This site is good for beginners and covers quite a few ways of doing things.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: strusture of php

Post by social_experiment »

For more information on php (syntax, functions, etc) itself refer to the manual; http://php.net/
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply