|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
.html site integration with .php/phpbb, etc.
Hi,
We have phpBB software as our forum and coppermine gallery (written in .php) as our gallery software. Rest of the website is in .html format. I would like to have users register/login from any page (mainly from html pages) of the website and still be able to post in Gallery/Forums, etc. Also, they would be loged into the website no matter what page they visit as long as they are on that domain. Anyone familiar with this procedure or can help me accomplish this? Help is very appreciated it. THANK YOU. ![]() Defencetalk |
|
#2
|
|||
|
|||
|
As long as your forms point to your login script (PHP script), you'll be able to use the .html files to login. You'll also need to establish a session for each user, and then check on each page whether or not the session exists for the user currently logged in.
You can also use cookies as an alternative to sessions; although I prefer sessions.
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > .html site integration with .php/phpbb, etc. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|