views:

113

answers:

4

I am more familiar with the Microsoft stack and I have some knowledge with ASP.NET and SQL.

What is the best open source platform to learn and create a dynamic website with, focusing on the back end?

+3  A: 

PHP for the website development

MySQL (or PostgreSQL) for the database backend.

All are open source.

TheTXI
You edited the question into reading something completely different while I was writing this. Obviously I was not the only person who read it this way.
TheTXI
+2  A: 

There is no such thing as the "best open source". There are many good ones that'll suit different programming styles and personalities.

Some of the more popular couple of open source languages for web development today are:

  • PHP
  • Ruby
  • Python

Some of the more popular couple of open source databases are:

  • PostgreSQL
  • MySQL

As they're free, give them a spin and see what you prefer.

ceejayoz
Glad to know I wasn't the only one who read the question the same way.
TheTXI
@TheTXI - agreed and @ceejayoz gave my answer.
Rob Allen
A: 

Try to start with the dasBlog. you can see more information about this project and a lot more here and videos here

João Guilherme
A: 

The two most popular open source webapp platforms at the moment are Rails and Django. They are both awesome, and a joy to work with.

Matt Briggs