PDA

View Full Version : Important concepts to understand before learning php?



vijay
10-28-2010, 04:08 AM
I want to learn programming in php. I kinda know little bit of C# and ASP.NET. Can someone please tell me what is it i need to understand before learning coding in php?

joshu
11-22-2010, 10:57 PM
I want to learn programming in php. I kinda know little bit of C# and ASP.NET. Can someone please tell me what is it i need to understand before learning coding in php?


W3Schools would get you started off

cheers
Josh

rohit
11-24-2010, 12:25 AM
yes, W3Schools is a best option to start with the basics.
But remember to understand how a Server - Language - Database works the relationship would help you learn PHP faster.

warm regards
Rohit

joshu
04-04-2011, 06:11 PM
Yes, The relationship is important.
Server can be considered as the Chef who cooks your food.
Language is the waiter who takes the order
DB is the store

Hope that relationship example made it clear..
cheers
Josh

robert
04-04-2011, 06:48 PM
Yes, The relationship is important.
Server can be considered as the Chef who cooks your food.
Language is the waiter who takes the order
DB is the store

Hope that relationship example made it clear..
cheers
Josh

So very well explained with an example..
Good one Josh!

regards
Bob

ahamadhussain
01-10-2013, 10:25 AM
The first thing you need, before you start learning PHP, is a basic understanding of HTML.