>>9
He shouldn't, unless it's a quick hack.
If it was me, I'd love to try writing a web project in CL as the language is nice and there are quite a few libraries and web/application servers, but I don't do much web dev these days.
I did use PHP in the past for a few web dev projects, and it has 2 advantages: 1) supported everywhere, cheapest hostings included 2) it's very popular which means you can reuse other people's code, and there's usually a lot of it. The disadvantages are that the language sucks, the implementation is rather crappy, and it made me hate myself when writing in it, even more if I had to maintain other people's code ;_;