Where the ? is, I want to make it so whenever a user registers, it runs this code and the id goes up automatically (AUTOINCRIMENT or something to that effect)PHP Code:$sql = 'INSERT INTO `members` ( `id` , `PASSWORD` , `username` ) VALUES ( '?', '$password', '$username' ); ';
Could someone show me how this is possible?




Bookmarks