Go Back   HTMLCenter Web Development Forums > Web Design and Development > Programming and Scripting

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 08-05-2005, 07:30 AM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,396
Really Hidden Form Fields

Is there any way to really hide form fields?

I am looking at passing some somewhat secure information back and forth between forms, and I would really love it if it were possible to pass them without the user being able to view the source and see the information.

If it's not possible to deeply hide form fields, is there some other way to invisibly pass information between multiple PHP pages?

If not, then can anyone point me toward some good resources on encryption? I would like to, at the very least, encrypt the password that I will be sending between the pages.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote

  #2 (permalink)  
Old 08-05-2005, 02:01 PM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Sessions maybe?
Reply With Quote
  #3 (permalink)  
Old 08-05-2005, 09:17 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,396
Thanks Till. I'll look into that.

If anyone's interested, I uploaded a devvers' release of the CMS I'm working on. It doesn't contain any template layout at all, yet, so it's strictly for playing with installation/administration at the moment, and to allow some coders to pick apart my code. It can be found at http://www.sourceforge.net/projects/cagcms

Quick question about sessions (as I haven't found the info in my searches yet): When does a session end? Obviously I can set up a link to end the session (or log-out), but that isn't any different than a cookie, is it? If I navigate away from the page with the session, does that end the session?
__________________
I hate Internet Explorer! Anyone with me?

Last edited by curtiss : 08-05-2005 at 09:22 PM.
Reply With Quote
  #4 (permalink)  
Old 08-15-2005, 04:26 PM
Deadeye's Avatar
Moderator
 
Join Date: Aug 2005
Location: San Diego, CA
Posts: 267
Send a message via MSN to Deadeye
Quote:
Obviously I can set up a link to end the session (or log-out), but that isn't any different than a cookie, is it? If I navigate away from the page with the session, does that end the session?
The session ends when the user closes there brower. e.g. IE, Firefox etc.

If you trully want to securly pass data from page to page you will have to encrypt it and decrypt it durring every pass, or encrypt it and put it into a session variable and then decrypt when you want to use that information.

Wesley
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Forum Jump


All times are GMT -5. The time now is 01:48 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter