View Single Post
Old 08-08-2007, 01:27 PM  
drjones
Confirmed User
 
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 908
Quote:
Originally Posted by TheDoc View Post
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..
__________________
ICQ: 284903372
drjones is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote