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 a php certification?
Is php 7 backwards compatible?
Tell me what is the actually used php version?
What is a base url?
How to check a variable is an array or not in php?
How would you open a directory for reading in php?
Are static variables final?
is that "enumerated array" equal to "numeric array"?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Which function is used in php to delete a file?
How to list all values of submitted fields?
What is the method to execute a php script from the command line?
How do you parse and process html/xml in php?
What is overloading in php?
What is the use of rand() in php?