PHP to Visual Basic Code Translation

Discussion in 'PHP' started by BlueCars, Oct 2, 2007.

  1. #1
    PHP Code:
    $password = md5(md5($password) . $salt);

    setcookie(COOKIE_PREFIX . 'userid', $userid, time() + 14400);
    setcookie(COOKIE_PREFIX . 'password', md5($password . $license), time() + 14400);

    Can someone help translate this code to Visual Basic? Thanks for your help.
     
    BlueCars, Oct 2, 2007 IP