WHat is the diff. between PHP4 and PHP5?
Answer Posted / mvp
They are the same, but php 5 has improvements in design,
security, and stablity. it is basically a new version.
| Is This Answer Correct ? | 21 Yes | 43 No |
Post New Answer View All Answers
What is the use of post in php?
What is $$ in php?
Can you use php and javascript together?
What is the difference between for and foreach?
How many days will it take to learn php?
Can the value of a constant change during the script's execution?
What is the difference between apache vs niginx?
explain php variable length argument function.
What is composer used for?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What is laravel php?
Does https prevent csrf?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What does the unlink() function means?
Is php a cms?