Manage Authors

    $dbcnx = @mysql_connect('mysql', 'cyuno', 'omahhum1'); if (!$dbcnx) { exit('

    Unable to connect to the ' . 'database server at this time.

    '); } if (!@mysql_select_db('ijdb')) { exit('

    Unable to locate the joke ' . 'database at this time.

    '); }

    Error retrieving authors from database!
    Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (46)