The ProgrammersTalk Community
Forum Register Search Today's Posts Mark Forums Read
Register

Go Back   The ProgrammersTalk Community > Web Programming > Database


Welcome to the The ProgrammersTalk Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Tags:

Closed Thread
 
LinkBack Thread Tools    Display Modes   
  #1 (permalink)  
Old 06-10-2007, 05:17 PM
edwinbiasbas
Posts: n/a
[SOLVED] Can someone gve me an idea on the flowchart of a certain program using php m

I made a addentrymenu.php and connected into a certain mysql database(using a form and mysqlconnect)... I want to make user/s and password/s on that menu so that only authorized users can accessed my program.... because I tried to make a password menu using the if then else and inserting the addentrymenu.php on it.... it functioned but .... if ever I pressed the back on the browser address bar.... it accessed the the addentrymenu.php connecting to mysql database... The question is " where do i will put inside the addentrymenu.php the user and password so that when it will not connect using the back of the browser whenever it was logout. and when it will not affect the encoding returing aways to log on password upon refresh while encoding. When logout a tottally disconnected to mysql database. Can you give a layout or sample syntax... Thanks

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  #2 (permalink)  
Old 06-10-2007, 05:18 PM
jimiyash
Posts: n/a
your question is very confusing, but basically you should have a register page and a login page, not both on the same page.

for register:
1. they type in their username/password into the form and submit.
2. you check the $_POST array if the submit key is pressed for example if($_POST['submit'] == 'submit') //insert into the database

for login:
1. they type the username/password into the form
2. you check it against the database and then set a session or cookie to that says they are logged in.

if you still dont understand then there are many sites with sample code for simple login/registration, just google it.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Closed Thread


Thread Tools
Display Modes

   Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 04:29 PM. Powered by vBulletin
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO © 2007 ProgrammersTalk Sedo - Buy and Sell Domain Names and Websites project info: programmerstalk.net Statistics for project programmerstalk.net etracker® web controlling instead of log file analysis


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50