\n"); if($rows) { $q2 = "update page set changed=NULL where id=$pid"; $update = query($connection, $q2); header("Location: http://$domain/admin/page_edit.php3?pid=$pid"); // include("intro.php3"); // print("
\n"); // print("Database Successfully updated...


\n"); // print("

\n"); // print("\"Item
\n"); } else { $error = mysql_error($connection); print("database error: $error\n"); } }