csgcarl Posted June 6, 2006 Share Posted June 6, 2006 Hi, Im currently working on a site part of it is php and part is html I've got login boxes on all the php pages but is it possible to put the same login box from php script in the html pages? when I did it, it didnt seem t work...CheersCarl Link to comment https://forums.phpfreaks.com/topic/11341-login-box/ Share on other sites More sharing options...
.josh Posted June 12, 2006 Share Posted June 12, 2006 you have to either change the .html mime type so that your server parses it as php, or else change blah.html to blah.php (rename the extension). Then you can put your login box on it. Link to comment https://forums.phpfreaks.com/topic/11341-login-box/#findComment-44533 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.