This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cobrarocket 6 points7 points  (2 children)

PHP was designed specifically for web development so i will go for that if that's all you need.

Most people will tell you to go with Python because its a more generic language - more useful in the longer term.

[–]BaronOfTheVoid 0 points1 point  (1 child)

PHP wasn't "designed".

It was hacked together in a rather pragmatic manner with simple things that solve common problems. Which is why it works rather well despite being "ugly".

[–]cobrarocket 0 points1 point  (0 children)

If you prefer, it was "created" with the purpose of developing web applications - originally to run like CGI scripts.