Its broken!
-
- Posts: 1
- Joined: Thu Dec 09, 2010 4:16 pm
Its broken!
Hi,
there is something wrong with the Mortal Coil Game.
I get:
Warning: strlen() expects parameter 1 to be string, array given in /home/hacker_apache/html/hacker/html/util/gamebase.php on line 87
invalid looking level
there is something wrong with the Mortal Coil Game.
I get:
Warning: strlen() expects parameter 1 to be string, array given in /home/hacker_apache/html/hacker/html/util/gamebase.php on line 87
invalid looking level
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
The mysql_num_rows problem is caused by doing something likeinstead ofI guess it has something to do with a PHP update. I encountered this problem myself when getting back into PHP+MySQL recently.
Code: Select all
mysql_num_rows($conn);
Code: Select all
mysql_num_rows();
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany