I have some coded strings in my database which reference the categories of my site.
They look like this
a:1:{i:0;s:12:"TVRFNE1EYz0=";}
I'm wondering what they are so I can create them all to use in a CSV file as creating them on my site is very time consuming.
Thanks
Oh actually I really don't think this is possible. It happens when I select a category on my blog then save. Then that is what is put into the database. I'm trying to figure out a way to create all the searlized codes for each category to use in a CSV file. I guess maybe impossible as I will need to know the structure of how it is made?