Difference between php 4 and php 5?

I am looking for a place for web hosting and found out that the PHP version is 4.3 and MySQL version 4.1

But I developed my application in MySQL version 5.x and PHP version 5.x

Can someone give me the version difference?

what now i can't get?

Thanks...

+3
source share
3 answers

PHP version 5 I watch how when PHP became a real language, for a number of reasons, but most importantly, because it became possible to write a respectable object-oriented code.

MySQL 4 5 - , . MySQl 5 , MySQL , , , SQL- ( ).

, , . , 5.

+8

. PHP 5 .

, PHP 4 . Stick PHP 5 MySQL 5. , - PHP 5, 4. 4 .

+4

Source: https://habr.com/ru/post/1702174/


All Articles