Przepraszam, że ciągle zadaje jakieś pytania, ale to jest już ostatnie!!
Gdy wejde no prywatbych wiadomości to wyskakuje mi takie coś:
Cytuj:
Parse error: syntax error, unexpected T_VARIABLE in /home/karol/domains/spoko-forum.cjc.pl/public_html/privmsg.php on line 492
moje liniki w
privmsg.php :
od 486 do 497
[php]<?php
$username_from_qr = $privmsg['username_1'];
$username_from = color_username($privmsg['user_id_1'],$privmsg['username_1'],$privmsg['user_rank'],$privmsg['user_posts']);
$user_id_from = $privmsg['user_id_1'];
$username_to=color_username($privmsg['user_id_2'],$privmsg['username_2'],$privmsg['rank2'],$privmsg['posts2']);
$user_id_to = $privmsg['user_id_2']
$post_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'],
$board_config['board_timezone']);
$temp_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $user_id_from);
$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $lang['Read_profile'] . '" title="' . $lang['Read_profile'] . '" border="0" /></a>';
$profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
?>[/php]
492 ---> [php]<?php $post_date = create_date($board_config['default_dateformat'], $privmsg['privmsgs_date'],
?>[/php]
wie ktoś moze jak to naprawić?