Switching to MySQL
#9

Quote:
Originally Posted by Mark_Weston
Посмотреть сообщение
No, not anymore if you're planning to use a UCP.

refer to: http://ca3.php.net/function.mysql-connect
No, just no. If you are going to stick to depreciated functions, don't even bother writing anything that involves a database. Use the MySQLi or PDO classes. The MySQLi class is preferred (if you don't intend to switch DBMSs at some point) because it has better performance than PDO (for MySQL), specifically due to the fact MySQLi is designed for MySQL while PDO aims to support multiple DBMSs. They are both equally good though, so no one should judge which you pick!
Reply


Messages In This Thread
Switching to MySQL - by Johnson_Brooks - 25.05.2014, 18:56
Re: Switching to MySQL - by iZN - 25.05.2014, 19:10
Re: Switching to MySQL - by Dignity - 25.05.2014, 19:16
Re: Switching to MySQL - by Johnson_Brooks - 25.05.2014, 20:00
Re: Switching to MySQL - by Kaperstone - 25.05.2014, 21:07
Re: Switching to MySQL - by Vince - 25.05.2014, 21:26
Re: Switching to MySQL - by admantis - 25.05.2014, 22:08
Re: Switching to MySQL - by Mark_Weston - 25.05.2014, 23:42
Re: Switching to MySQL - by brent94 - 26.05.2014, 01:02

Forum Jump:


Users browsing this thread: 1 Guest(s)