comp.lang.ada
 help / color / mirror / Atom feed
* Another AdaCGI question
@ 2000-09-10 19:59 Tim Gahnström
  0 siblings, 0 replies; only message in thread
From: Tim Gahnström @ 2000-09-10 19:59 UTC (permalink / raw)


Hi
I am sorry to flood the group but I just found another question I can't
figure out myself.

I I run my program with this argument
test_CGIprogram?KEY=VALUE

put(key(1)) 
-will display KEY 

put(value(1)) 
-will display VALUE

I f I set a cooki with
Set_Cookie("CKEY", "CVALUE","","","");

put(cookie_value(1))
-will display CVALUE

But is there a function that will display the keyname of the first cookie?
I would like a function that looks similar to
cookie_key(1)

I need it because I am trying to creat a cookie base shoping cart where I
would like to store the items like this in the cookie

Item=amount
eg.
ball=5
hat=2

Thanks 
Tim




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-09-10 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-10 19:59 Another AdaCGI question Tim Gahnström

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox