At first glance I see nothing obviously wrong -- which doesn't mean I didn't miss something. You might try making sure all error messages are displayed for now:
PHP Code:
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
// rest of code...
?>
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
the fastCGI install was bugged. Had to remove and reinstall it. working now. The reason I dont care about security is this is and will always be, hosted on a local machine with no internet connection. Thanks for the suggestions
Oh god, please kill me now :/
Why oh why did I learn SQL instead of Javascripting?
^^^
Re the security: I still make sure any apps I write are secure, especially in terms of SQL injection, even if they will not be on the web. The reason is that SQL injection does not always happen maliciously. Wait till Paddy O'Reilly gets added to your database and you'll see what I mean
Bookmarks