Hi,
I know that PHP is server-side and JavaScript is client-side.
There is a JavaScript function (external.ImportExportFavorites) to get favorites list from browser. I can already do it but, I can't get results from javascript via PHP. On the other hand, that can be done by using ASP. I don't want to use ASP, so I need PHP solution.
Please have a look at this page (an ASP example);
http://www.pstruh.cz/util/fav/favie5.asp?S=1
(sorry, for my english)