I came across few functions starts with "mysql_" like mysql_query(), mysql_connect() and mysql_real_escape_string(). Are these safe to use in our code?
mysql_query()
mysql_connect()
mysql_real_escape_string()
These functions are officially deprecated now.
These are the recommended.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
These functions are officially deprecated now.
These are the recommended.