Не пойму в чем загвостка. Мб синтаксис.. нет. Тогда в чем.. незнаю. Но выявляет ошибку Uncaught SyntaxError: Unexpected token a Может кто нить сталкивался с такой причиной, прошу помочь в чем дело.. Код (PHP): function REGUSR_logins() { var NICKNAME = $( 'input#REG[name*="NICKNAME"]' ).val(); var LOGIN = $( 'input#REG[name*="LOGIN"]' ).val(); var PASSWORD = $( 'input#REG[name*="PASSWORD"]' ).val(); var CHECK_PASSWORD = $( 'input#REG[name*="CHECK_PASSWORD"]' ).val(); var EMAIL = $( 'input#REG[name*="EMAIL"]' ).val(); var P = $.ajax( { type: 'POST', url: '/Reg/?HISTORY_API®USER', data: 'NICKNAME=' + NICKNAME + '&LOGIN=' + LOGIN + '&PASSWORD=' + PASSWORD + '&CHECK_PASSWORD=' + CHECK_PASSWORD + '&EMAIL=' + EMAIL } ); P.done( function( content ) { JSON_DECODE_PARSECONTENT( content ); } ); } Добавлено спустя 9 минут 39 секунд: Все... разобрался. Вывод в content был с ошибкой Код (Text): <!--error--> Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 near "==": syntax error' in Z:\home\hobosti\www\includes\SQLiteRay.Functions.php:45 Stack trace: #0 Z:\home\hobosti\www\includes\SQLiteRay.Functions.php(45): PDO->query('SELECT * FROM U...') #1 Z:\home\hobosti\www\includes\startindex\SQLiteRay_reg_inc.php(50): ___USRACCOUNT('asfdasdf', 'NICKNAME') #2 Z:\home\hobosti\www\includes\startindex\SQLiteRay_reg_inc.php(166): Registration->issetData() #3 Z:\home\hobosti\www\includes\SQLiteRay.Core.php(70): require('Z:\home\hobosti...') #4 Z:\home\hobosti\www\includes\SQLiteRay.Core.php(78): __SQLiteRay__DirLoads(Array) #5 Z:\home\hobosti\www\includes\SQLiteRay.Head.php(14): require('Z:\home\hobosti...') #6 Z:\home\hobosti\www\index.php(3): require('Z:\home\hobosti...') #7 {main} thrown in Z:\home\hobosti\www\includes\SQLiteRay.Functions.php on line 45 <script language=JavaScript src='/denwer/errors/phperror_js.php'></script>