Im paying for hosting on some server and they obviously update every time there's a new php version out.
Now I've heard that all the old functions like mysql_insert_id
, mysql_query
, mysql_select_db
and more are going to get deprecated.
How will this effect my code? will it stop working in the minute my server decides to upgrade the php version?