I’m working on some kind of online gallery-program and message board (much like this. I know there’re lots of them already - mine is with a twist )
I have made small a prototype in C++, but when I look around most everybody else seems to be working with PHP (this message board is PHP if I’m not mistaken?).
Now to the questions:
- What would be most ideal language for the job?
- Since it’s a non-compiled language (I know you can compile it also, but that’s not what people seem to do), wouldn’t a PHP program with the same functionality be slower and more of a memory hog.
- PHP and other non-compiled language make it east for competitors to rip off some part of the code. Is this an actual problem, or just something I imagine?
Rune (An Internet programming newbie)