Basic PHP Programming Question:
What is the difference between PHP4 and PHP5?
Answer:
PHP4 cannot support oops concepts and Zend engine 1 is used.
PHP5 supports oops concepts and Zend engine 2 is used.
Error supporting is increased in PHP5.
XML and SQLLite will is increased in PHP5.
PHP5 supports oops concepts and Zend engine 2 is used.
Error supporting is increased in PHP5.
XML and SQLLite will is increased in PHP5.
Previous Question | Next Question |
What are the MySQL database files stored in system ? | What is meant by nl2br()? |