I wanted to add a blog to my current php/mysql page but I don’t want my users to have to log in 2 times. Is there any way to integrate my user database with my WordPress database? Any help would be great. Thank You
Modify your current php/mysql page to match wordpress's database structure, at the end you'll then be connecting to the same db for both blog and your page. But alittle warrning, this can be a tedious task, depending on your 'page'.