I think it depends on what kind of websites you want to create, and what kind of support you need.
PHP has by far and away the best documentation of all languages I've used. There's also a lot of support out there for web apps written in PHP; a lot of open-source projects, a lot of code snippets, a lot of tutorials. As always though, the good comes with the bad, and there's also a lot of really shite code out there that will hinder rather than help you. There are quite a few frameworks for PHP so that you can write your code in an OOP manner and shorten down the time it takes to write something. PHP gets a lot of stick, but is really easy to pick up, and will give you a good primer on writing code for the web.
Ruby (on Rails) has been getting a lot of hype lately, but personally I don't think the documentation is quite there yet. Ruby is also considered quite slow by some, which I guess isn't a factor if you're looking to learn, but perhaps something to consider. Ruby has a better reputation than PHP.
I see someone recommended Django above; I really love Python, and the Django framework is excellent. If you started off with that the learning curve might be a little higher, but in my opinion it would be well worth it as Django makes it really fun and easy to code.
I don't really have an opinion on the .NET languages. I've been working as a web developer for ten years or so and have never had occasion to use them.
At the end of the day, it probably isn't going to matter much which language you learn, as most of them can be used for most purposes (I stress the most, obviously not every language is a good tool for every job).
As well as the language, you should consider other aspects of web development that may not be present in software development. For example, relational databases, security, and presentation standards. You might also want to look into learning JavaScript, which is similar to a lot of languages, and will help you when presenting content.