Jump to content

imjustakid

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by imjustakid

  1. quasiman still have a problem when i encrypt the password using your steps, here's is what i got

    SQL query: Edit

    INSERT INTO `tbl_user` ( `user_id` , `user_name` , `user_password` , `user_regdate` , `user_last_login` )
    VALUES (
    NULL , '', MD5( 'please' ) , '0000-00-00 00:00:00', '0000-00-00 00:00:00'
    ), (
    NULL , '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'
    )

    MySQL said: Documentation
    #1062 - Duplicate entry '' for key 2
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.