* Carlos Lorenz <[EMAIL PROTECTED]> [031007 12:17]:
> 
> Hello list,
> 
> I'm  just thinking about wich is the best way to handle
> persistent words between HTML pages such as  PHP does
> with its session variables.
> 
> Any thoughts?
 Hi Carlos:
    I use the following myself:
    1)Store as input/type "hidden"
    2)Pass info via path-info
    3)store system/options/cgi/query-string
    Also, using mysql and a table just for
      handling sessions, with session ID
      and system/options/query string
        note==>> for the last, it is helpful
        to make sure that the stored query string is
        itself 'escaped' via sql protocols
      tim

> TIA
> 
> Carlos
> 
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.

-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
      http://www.johnsons-web.com
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to