Верни все взад и замени в ucp_register.html строку
Код: Выделить всё
<td><div align="center">{cols.PIC}</div></td>Код: Выделить всё
<td><div align="left"><textarea name="textarea" cols="100" rows="5">{cols.PIC}</textarea></div></td>Код: Выделить всё
<td><div align="center">{cols.PIC}</div></td>Код: Выделить всё
<td><div align="left"><textarea name="textarea" cols="100" rows="5">{cols.PIC}</textarea></div></td>А ты не сцы! Имя любое, расширение .phpuncle BOO писал(а):Сцу экспериментировать
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2880: mysql_query() [function.mysql-query]: Access denied for user 'username'@'localhost' (using password: NO)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2880: mysql_query() [function.mysql-query]: A link to the server could not be established
Warning: Cannot modify header information - headers already sent by (output started at /home/username/domains/site.ru/public_html/forum/includes/functions.php:3518) in /home/username/domains/site.ru/public_html/forum/includes/functions.php on line 4359
Warning: Cannot modify header information - headers already sent by (output started at /home/username/domains/site.ru/public_html/forum/includes/functions.php:3518) in /home/username/domains/site.ru/public_html/forum/includes/functions.php on line 4361
Warning: Cannot modify header information - headers already sent by (output started at /home/username/domains/site.ru/public_html/forum/includes/functions.php:3518) in /home/username/domains/site.ru/public_html/forum/includes/functions.php on line 4362
Warning: Cannot modify header information - headers already sent by (output started at /home/username/domains/site.ru/public_html/forum/includes/functions.php:3518) in /home/username/domains/site.ru/public_html/forum/includes/functions.php on line 4363Код: Выделить всё
$result = mysql_query($sql);Код: Выделить всё
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');Код: Выделить всё
print "$sql<br />"; 