By that l mean that l would like to have the accounts on my forums to work for the site as well. This way users only have to create one account, but it works on the site and the forums. Anyone got any ideas??
Can l get my web site to have a shared login?
you could use the forum database for usernames and passwords the only problem is how the passwords are encrypted. If you know that you should be ok
l don't really know, lt's a phpBB 2 board l believe, whatever the most recent version is. But how can l create a button for login,what would be the code (not very good w/ php yet)
well you can find some login scripts around here...the ideea is to keep the session variables that phpbb creates and make them available on all pages...so basically let`s say when an user logges in you have a $logged_in variable that is set...make sure your script checks for it on every page, web site and forum and it should work...hope you understood me 
