okaboy - 2010-09-26 08:52:31
Hi
I am trying your class and it doesn't work with php5.
I am a newbie for php5 and I don't know how to solve the problem.
Always it shows the error:
PHP Notice: Undefined variable: bOne_bond in anagram.php on line 41
PHP Fatal error: Cannot access empty property in anagram.php on line 41
If I put into anagram.php
$bOne_bond = '' or = false/true
before
this->$bOne_bond = false;
then the error is
PHP Fatal error: Cannot access empty property in anagram.php on line 41
Perhaps, you can review the code to do it run in php5, please.
Sorry for my bad English and thanks for your attention