|
Why not send a complete insert so he knows how the table is
The password field is simple md5 encryption
INSERT INTO `pp_users` (`userid`, `usergroupid`, `username`, `password`, `email`, `homepage`, `icq`, `aim`, `yahoo`, `joindate`, `posts`, `birthday`, `ipaddress`, `location`, `interests`, `occupation`, `bio`, `site`, `offset`, `views`) VALUES (1, 5, 'SomeUser', 'md5passwordhere', 'someemail@email.net', 'http://', '', '', '', 1099415035, 0, '0000-00-00', '68.44.160.126', '', '', '', '', 'My Website', 0, 129);
|