flash-sod Posted March 28, 2007 Share Posted March 28, 2007 Hi, does any one now what the members table is called in the phpbb forums database? I really need to know because im trying to come up with a login script which i can intergrate on my home page. Checklogin.php <?php $host="localhost"; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name="test"; // Database name $tbl_name="dontknow"; // dont know what name of table is? Thanks Flash. Quote Link to comment https://forums.phpfreaks.com/topic/44702-phpbb-forums-php-myadmin-members-tables/ Share on other sites More sharing options...
circpros Posted March 29, 2007 Share Posted March 29, 2007 phpbb_users is generally what it is called. Unless you have altered it, that is..... Quote Link to comment https://forums.phpfreaks.com/topic/44702-phpbb-forums-php-myadmin-members-tables/#findComment-217151 Share on other sites More sharing options...
flash-sod Posted March 29, 2007 Author Share Posted March 29, 2007 Ahh ok thanks, nope havn't altered nothing. Quote Link to comment https://forums.phpfreaks.com/topic/44702-phpbb-forums-php-myadmin-members-tables/#findComment-217313 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.