delete sessions?

kaits

Mitglied
Hi!

I have on the address bar the values pID and CODE and how I delete these session, which have the value pID from the URL and also these session which have the value CODE from the URL?

Should I use some for or while sentense?
Some examples please :)

feel free to answer in German!

Thanks!
 
I need to delete these sessions, where toote_id is the pID value from the URL and toote_kood is the CODE value from the URL

I printed out the array.
How here to delete these elements, where toote_id is 19 and toote_kood is x1y21509M4e233p3x7C1S2T5d1F2i5u9 ?

Array ( [ostmine] => Array ( [toote_id] => Array ( ) [toote_hind] => Array ( ) [toote_hulk] => Array ( ) [toote_kood] => Array ( ) [ostetud] => 1 ) [toote_id] => Array ( [0] => 19 [1] => 16 ) [toote_hind] => Array ( [0] => 209 [1] => 99 ) [toote_hulk] => Array ( [0] => 1 [1] => 1 ) [toote_kood] => Array ( [0] => x1y21509M4e233p3x7C1S2T5d1F2i5u9 [1] => 940782p346x1m3j943W3f2w3w3w1i4G4 ) )


feel free to answer in German!

Thanks!
 
Zurück