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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.