Log in feature for existing webpage

L

Lovablebrat

Hello,

I have a website published and designed using Frontpage 2003. Within it is a
PHP scripting made page that is a free game to use. What I cant seem to find
an answer for is: How do I add a login in screen (Username and password)
functionability to this page, and ONLY this page? I would like users to have
to sign in with a username and password prior to being able to use this free
game...Thank you so much for your help!
 
C

Chris Leeds, MVP - FrontPage

if you only need one user name and password here's a nice simple script
example:
http://www.totallyphp.co.uk/scripts/password_protect_a_page.htm
if you need the users to all have a UN/PW then you're getting into a
situation where you'll need a database, sign-up system, password retrieval
system, etc.

HTH

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
L

Lovablebrat

Thanxs a bunch for this coding, Im not sure what to do with it now, but will
some perserverance one never knows... :) Although I have PHP on my website,
I'm not all that much of an expert on it, quite the opposite.
 
C

Chris Leeds, MVP - FrontPage

That code in the tutorial is pretty simple. give it a shot and if you get
stuck someone here will help you.
if you've got FrontPage 2003 you'll have an easier time in "split view".

HTH

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top