Error " . mysql_errno() . ": " . mysql_error() . ""); } else if (mysql_num_rows($res) == 0) { echo("Query executed successfully"); } else { while (($r_array = mysql_fetch_row($res))) { mysql_select_db($dbname); if (!isset($_GET['commit'])) { $reptxt .= "UPDATE " . $dbname . ".wps_posts SET post_content=replace(post_content,'" . $from . "','" . $to . "') WHERE ID=" . $r_array[0] . " and post_title='" . $r_array[1] . "' and '" . $sdate . "'='" . $sdate . "'\n"; if ($tablestr == "") { $tablestr="

Commit to the WordPress Blog Checkbox Changes found going from '" . $from . "' to '" . $to . "'


TitleOkay for this Change?Look 4.1.1

"; } $tablestr.=$r_array[0] . $cdel; $tablestr=str_replace("
" . $r_array[1] . "
Reveal WordPress 4.1.1 Look '" . $from . "' to '" . $to . "' proposed changes ..." . str_replace($from,$to,$r_array[2]) . "

"; echo "WordPress Blog Generic Misspellings Fix - RJM Programming - April, 2018 " . $tablestr . ""; } else if (isset($_GET['commit'])) { if (file_exists("old_new_wp_misspellings.txt")) unlink("old_new_wp_misspellings.txt"); echo "

Commit to MySql database done.

"; } } mysql_close($link); } else if (strpos($_SERVER['QUERY_STRING'], "answer=") !== false) { echo "

Oops

"; } else if ($tablestr != "") { echo "" . $tablestr . ""; } else { if (file_exists("old_new_wp_misspellings.txt")) unlink("old_new_wp_misspellings.txt"); echo "