My SQL
Title
Question
Will anyone suggest me what should be the best alternate for the similar type of SQL functions in a new XAMPP installation, because of the change in the SQL queries especially for XAMPP for Ubuntu?
PHP-and-MySQL MySQL-Part-1 09-10 min 50-60 sec
Answers:
in new xampp some of the mysql function are depricated like mysql related fuction like
mysql_connect is depricated by mysqli_connect()
u have to use "i" for improved version in new xampp
other database queries are same
Login to add comment