That is the error I get. The code starts at line 7.
while($row = mysql_fetch_array($sql)){
$id = $row["id"];
$post_author = $row["post_author"];
$post_author_id = $row["post_author_id"];
$thread_author = $row["thread_author"];
$original_thread_id = $row["original_thread_id"];
$date_time = $row["date_time"];
$date_time = strftime("%a %b %d, %Y %I:%M:%S %p", strtotime($date_time));
$type = $row["type"];
$view_count = $row["view_count"];
$category = $row["category"];
$category = substr('' . $category . '', 0, 15);
$cat_ref_num = $row["cat_ref_num"];
$title = stripslashes($row["title"]);
$title = htmlentities($title);
$title = substr('' . $title . '', 0, 48);
This post has been edited by VB.Terry: 05 June 2010 - 05:42 PM

New Topic/Question
Reply




MultiQuote









|