Jump to content

Which one is hard to learn PHP or .Net ?


techfellas

Recommended Posts

.Net or PHP – What should I learn?

 

I have a good background in C/C++ and have solid skills in XHTML/CSS/Javascript. So given my situation, should I start with ASP.NET or PHP?

Link to comment
Share on other sites

You will find PHP syntax very similar to C and javascript. A number of built-in PHP functions, like strlen and array_push will also seem very familiar. There's a lot to learn, but when you go looking for some basic things, there's probably a version that sounds like what you already know.

 

PHP is a lot like classic C with OOP support. 3rd party libraries tend to be OO.

 

The online manual is one of the best development resources of its kind. In contrast, I personally find Microsoft documentation inscrutable.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...