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 static in php?
What enctype is required for file uploads to work?
What is the mysql injection?
What are php magic quotes?
Is php a dying language?
What is singleton design pattern in php?
What is array filter in php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What are the options to transfer session ids?
What are the string function in php?
Why die is used in php?
How to call php function in jquery?
What is echo and print in php?
Do you know what does mvc stand for and what does each component do?
What is meant by session in php?