Нужна помощь
беда заключается в
Код: Выделить всё
Ajax error in: ./ajax.php
invalid data format
Вот 24 строка:[Thu Jul 28 15:47:29 2011] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\ajax.php on line 24, referer: http://localhost/index.php
Код: Выделить всё
$ajax =& new ajax_common();
-- добавлено 28 июл 2011, 17:25 --
фуууууууууууууууууууууууууууууу.
сделал так:
Код: Выделить всё
{
case 'view_post':
require(INC_DIR .'bbcode.php');
break;
case 'chat_message':
require(INC_DIR .'functions_post.php');
require(INC_DIR .'bbcode.php');
break;
}