if (!isset($_GET["view"])) $view=""; else $view=$_GET["view"];
if (!isset($_GET["play"])) $play=""; else $play=$_GET["play"];
if (!isset($_GET["reason"])) $reason=""; else $reason=$_GET["reason"];
if (!isset($_GET["rid"])) $rid=$play; else $rid=$_GET["rid"];
line no 48.
$id = mysql_fetch_array(mysql_query("SELECT id FROM $tab[user] WHERE code='$pkuser';"));
$id = $id["id"];
$getcensors = mysql_query("SELECT censor FROM $tab[censor];");
$censorwords = array();
line no.54
while($censor=mysql_fetch_array($getcensors)) {
array_push($censorwords, $censor[0]);
}
line no 57
mysql_free_result($getcensors);
Bookmarks