Security Web Site

2008-05-06 Thread Michael Condon
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

PHP Question

2008-05-06 Thread Michael Condon
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 .= '