I was wondering if it would be pheasable to put the php code into include files? Something like login.inc would include the code from login.php... I know this usually works with asp and javascript; not sure about php... Also, I ran through all of yo…