Login
Register
All class groups
Latest entries
Top 10 charts
Blog
Forums
Shop
Help
Login
Register
error trying to use class
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Shop
Help
Recommend
this page to a friend!
PHP MySQL to MySQLi
>
PHP MySQL to MySQLi package blog
>
Do tomorrow what does...
>
All threads
>
error trying to use class
>
(Un) Subscribe thread alerts
Subject:
error trying to use class
Summary:
Fatal error: Can't use function return value in write context...
Messages:
3
Author:
mark kolb
Date:
2015-12-28 12:19:34
1. error trying to use class
Reply
Report abuse
mark kolb - 2015-12-28 12:19:34
Fatal error: Can't use function return value in write context in /var/www/vhosts/ubi.me/httpdocs/mysql2i.class.php on line 59
2. Re: error trying to use class
Reply
Report abuse
mark kolb - 2015-12-28 12:22:24 -
In reply to
message 1
from mark kolb
BTW using PHP Version 5.4.41
3. Re: error trying to use class
Reply
Report abuse
Dave Smith - 2015-12-28 12:34:11 -
In reply to
message 1
from mark kolb
For versions of PHP < 5.6, change line 59...
if( empty(mysqli_errno($link)) ){
to
$errorCheck = mysqli_errno($link);
if( empty($errorCheck) ){
Dave
About us
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
Copyright (c)
Icontem
1999-2025
For more information send a message to
info at phpclasses dot org
.
image/svg+xml
image/svg+xml
Contact us using Messenger