Witam!
W archiwum znalazłem temat :
http://archiwum.phpbb2.pl/viewtopic.php ... search+php
Zrobiłem wszystko zgodnie z tymi wskazówkami i wyświetla mi się błąd:
Cytuj:
Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/accounts_a/animals/public_html/search.php on line 1229
Okolice lini 1229 to:
Kod:
linia 1229: $topic_author = color_username($searchset ['user_id'],$row['username'],$ searchset ['user_rank'],$ searchset ['user_posts']);
$first_post_time = create_date($board_config['default_dateformat'], $searchset[$i]['topic_time'], $board_config['board_timezone']);
$last_post_time = create_date($board_config['default_dateformat'], $searchset[$i]['post_time'], $board_config['board_timezone']);
$last_post_author = color_username($searchset [‘id2'],$row['post_username2'],$ searchset ['rank2'],$ searchset ['posts2']); $searchset[$i]['topic_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" border="0" /></a>';
Co z tym zrobić?