MySQL UCP
#9

Quote:
Originally Posted by X337
Посмотреть сообщение
mysql_ function is deprecated and afaik, already removed on PHP 7.
You can hide that error by adding
error_reporting(0); or error_reporting(E_ALL &~ E_DEPRECATED);
at top of your script.
He could do this but is not really recommended for using. Best way for him is fixing that error.
Reply


Messages In This Thread
MySQL UCP - by Melktert - 25.03.2016, 20:26
Re: MySQL UCP - by Melktert - 26.03.2016, 09:37
Re: MySQL UCP - by buburuzu19 - 26.03.2016, 10:20
Re: MySQL UCP - by Melktert - 26.03.2016, 11:21
Re: MySQL UCP - by buburuzu19 - 26.03.2016, 12:02
Re: MySQL UCP - by Melktert - 26.03.2016, 13:30
Re: MySQL UCP - by buburuzu19 - 26.03.2016, 13:44
Re: MySQL UCP - by X337 - 26.03.2016, 14:03
Re: MySQL UCP - by buburuzu19 - 26.03.2016, 14:14
Re: MySQL UCP - by X337 - 26.03.2016, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)