Thread
:
C++ faster than PHP?
View Single Post
10-20-2004, 08:13 AM
cezam
Confirmed User
Join Date: Jun 2003
Location: CZ, EU
Posts: 1,363
C is compiled, PHP is interpreted. Compiled languages are usually faster.
You can improve the speed of your PHP scripts by using Zend Encoder or Turck MM Cache.
cezam
View Public Profile
Find More Posts by cezam