Jump to content

phpbb forums / php myadmin (members tables)


flash-sod

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/44702-phpbb-forums-php-myadmin-members-tables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.