| | Firstly PHP, secondly C, thirdly assembly. PHP has a lot of features in a close relationship with C and assembly will give you more of machine-level understanding required for programming. PHP fits more of network related job handling, C is good for general programming regardless the architectures while assembly gives almost close - and almost as it is - to architecture specific job when the speed is in demand. PHP will give the ease to the learner to get familiar with C and as well as other languages with C and C will give more understanding of the computer machine required in order to approach assembly. This learning step is just my opinion and any comments on this topic would be appreciated. |

