Web site - BLOG DESIGN SOLUTIONS title=’$db_title’, postdate=’$db_postdate’, summary=’$db_summary’, post=’$db_post’ WHERE

BLOG DESIGN SOLUTIONS title=’$db_title’, postdate=’$db_postdate’, summary=’$db_summary’, post=’$db_post’ WHERE post_id = $post_id”; $result = mysql_query($sql); if (!$result) { $message = “Failed to update post. MySQL said ” . mysql_error(); } else { $message = “Successfully update post ‘$title’.”; } } $sql = “SELECT title, postdate, summary, post FROM posts . WHERE post_id=$post_id”; $result = mysql_query($sql); $mypost = mysql_fetch_array($result); if($mypost) { $title = $mypost[”title”]; $postdate = $mypost[”postdate”]; $summary = $mypost[”summary”]; $post = $mypost[”post”]; } else { $message = “No post matching that post_id.”; } } else { $editmode = false; } ?>

WordPress database error: [Table 'armadillowebhosting_com_-_apache.wp_comments' doesn't exist]
SELECT * FROM wp_comments WHERE comment_post_ID = '361' AND comment_approved = '1' ORDER BY comment_date

Leave a Reply