Quote:
Originally Posted by TheDoc
PHP is secure enough, the chances of someone getting your server to steal the code is pretty slim. And anything core related that needs speed should always be done in C.. So encoding most PHP is retarted unless you are giving it out for others to use.
|
Not always true.. most interpreted languages have hooks into many C/C++ libraries, so you can have the rapid development those languages typically give you, with the speed of C for the important, intensive stuff.
Theres really not much use for C or C++ in the *vast* majority of situations in the adult/webmaster world..