<?php require_once "inc/config.php"; $query10 = mysql_query("SELECT tid, tags FROM `".TABLE_PREFIX."threads` WHERE tags!=''") or die('Blad polacznia'); $tagi = $fetch['tags']; $edit = "UPDATE ".TABLE_PREFIX."threads SET tags = '".$tagi."' WHERE tid = '".$fetch['tid']."'"; } ?>
Chciałem pobrać tagi i je przeczyścić i nie wiem czemu nie działa.
Kod
[b]Parse error[/b]: syntax error, unexpected T_VARIABLE in [b]/var/www/vhosts/pgc-cs.eu/httpdocs/taguski.php[/b] on line [b]10[/b]