[PHP] overiding functions (constructors mostly)
because of the loose typing of php.). "Knowledge is power, Those who have it must share with those who don't" -Walter Wojcik - Do you Yahoo!?
[PHP] Question on mysql_fetch_object()
last_logon='NULL' WHERE username='$un'"; $result = mysql_query( $query2, $link ); if ( $result ) print "Logout successful for $un"; session_unset(); session_destroy(); } else print "Query Failed for $sess