Hello P2P Members:
I have a variable that comes via a cookie. It's basically the sessionid of the logged on user.
Now, I want to take that sessionid (which is a varchar 30) and pass it to PHP command to delete a record from the dataset.
This needs to happen without any user intervention.
I have been able to write the Javasript to retrieve the contents of the Cookie. I wouldn't mind looking at an example showing how to parse out the contents.
So when I end up with the SessionID I would like to take that and pass it on to PHP to delete the record using SQL command.
Now if you have an example that even looks closely similar that would be very helpful.
Thanks
Eddie
ejr1959