Possible Duplicate:
Save my cookie data to MySQL database?
I want save data into mysql **database**** from **cookies in php.
I have an application that store data in cookies at offline server, I want to save this cookies in my sql database when I go online.
Your question is not clear, but it may be useful to you.
You can iterate over php cookie array and insert it in your table.