Hi,
How I can read 'Flash Cookie' in php ?
Off course we can not read it direct but I need such script to read by JavaScript and pass it to PHP....
Thanks
How I can read 'Flash Cookie' in php ?
Moderator: General Moderators
-
madan_koshti
- Forum Newbie
- Posts: 5
- Joined: Fri Dec 08, 2006 7:30 am
- Location: India
- Contact:
Re: How I can read 'Flash Cookie' in php ?
i think shared objects are only available to the flash platform mate, ur best bet would be to pass on the vars to javascript and have it store them as cookies, then simply call a PHP script to have it output the cookies.