This may be a bit off topic, but useful nonetheless. I've released a web site
dedicated to security issues only, and it has not only useful links but roll
marquees displaying all of the latest patch/threat/virus/vulnerability issues.
It's intended as a "one stop" url for all of the security news
I have a PHP script that seems to be failing. I execute it using
window.location.href("http://www.vote.com/vote2.php";):
$result = mysql_query("update election set Votes = Votes + 1 where
Name='TheGuy'");
if (!$result) {
$message = 'Invalid update: ' . mysql_error() . "\n";
$message .= '