Jump to content

How do I delete a comma [,] from a sesseion?


flit

Recommended Posts

Hi there,

 

Can anyone help me delete a comma from a session

My session file looks like this

 

id|s:8:"1,2,3,";

 

I know how to delete a variable from a session [unset($_SESSION['2']);],

but I cannot delete the last comma from the session. I would like the session

file to look like this:

id|s:8:"1,2,3";  instead of  id|s:8:"1,2,3,";

 

Link to comment
https://forums.phpfreaks.com/topic/100945-how-do-i-delete-a-comma-from-a-sesseion/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.