Jump to content
xisto Community
Sign in to follow this  
illdevilinc

How Do I Make A Log In Section in Microsoft Frontpage 2003

Recommended Posts

I have tryed learning this on my own and looked for tuturals on google but i cant find the answers that i need.I need to (or want to its not required) make a registration and log in form database from Frontpage. I know this is possible and its very confusing stuff. (at least to me) If anyone knows how to use Micros0oft office 2003 Frontpage and knows how to do this can you please help me.And after i learn how to do this if anyone knows how do you make pages only viewable when loged in. (not all the pages only some).Thank you to all that helps.

Share this post


Link to post
Share on other sites

Firstly, making a login script and anything related to storage onto a database, you cannot simply rely on HTML pages. You will require a webserver to be installed on your system, such as Apache. Next, you will need a server script processor to process and execute all commands from the web user to store, edit or delete entries on a database. Such server script processors are PHP, JSP, ASP... Then, you will require a database software such as MySQL, Microsoft Access...

Microsoft Office Frontpage 2003 is just an editor with a nicer graphical interface. In fact, you can create your scripts using Notepad or Wordpad and they will work as well. If you insist on using Frontpage, access it's help section for more of its interface usage. Otherwise, typing codes in Frontpage will be similar to typing them in Notepad.

Here are some examples for making a login script done with PHP:
http://forums.xisto.com/no_longer_exists/
http://www.free2code.net/plugins/articles/read.php?id=99

If you need full working scripts to install on your webserver, try these:
http://www.hotscripts.com/category/scripts/php/scripts-programs/user-management/
http://www.hotscripts.com/category/scripts/php/scripts-programs/user-management/

Remember, Microsoft Frontpage is just another text-editor for webpages. It may not do what exactly you desire. If you know what is going on with the programing codings, I'd recommend Notepad as it will not disrupt your architecture and layout of your website.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.