If you're doing a bugfix version, make sure like I suggested each php file (and .inc file as they are included) starts with <?php not just <? to be compliant with PHP 5.x.x. And get rid of &$variable variables in your files (only found twice in graphnew.php - remove the & from the variable) to avoid the deprecated error.
The problem I have is that my bot has a lot of blanks in his answers.
For example "So you are talking about ." Or " said ."
Is it just me or is this a problem for other people.
|