From: Richard S. <ri...@ri...> - 2003-05-30 07:31:50
|
I'm trying to use $_SESSION['OBJ_user']->userAction("add") to add the posted values into the database through my own user creation form however I keep getting the error below. /************************************************/ DB Error: no database selected select * from mod_users where email = 'ea...@ds...' [nativecode= ** ] /************************************************/ Anyone have any idea why or should I be using another function to create user's manually? Thanks, Richard S. |