Dear Jane,
could it be that the handling of the advance-search Session variables has been changed? In older versions the search-parameters were saved in several variables, e.g. $_SESSION[$strTableName."_asearchfor"]
In version 5.1 there seems to be only one variable
$_SESSION[$strTableName."_advsearch] = O:11:"WhereClause":2:{s:6:"_where";a:8:{s:28:"Vacation Overview_asearchnot";a:4:{s:10:"start_date";b:0;s:8:"end_date";b:0;s:18:"companies_indexkey";b:0;s:6:"Abt_nr";b:0;}s:28:"Vacation Overview_asearchopt";a:4:{s:10:"start_date";s:6:"Equals";s:8:"end_date";s:6:"Equals";s:18:"companies_indexkey";s:6:"Equals";s:6:"Abt_nr";s:6:"Equals";}s:28:"Vacation Overview_asearchfor";a:4:{s:10:"start_date";s:9:"2009-4-27";s:8:"end_date";s:9:"2009-4-29";s:18:"companies_indexkey";s:4:"2171";s:6:"Abt_nr";s:2:"49";}s:29:"Vacation Overview_asearchfor2";a:0:{}s:29:"Vacation Overview_asearchtype";s:3:"and";s:32:"Vacation Overview_asearchfortype";a:4:{s:10:"start_date";s:6:"date13";s:8:"end_date";s:6:"date13";s:18:"companies_indexkey";s:0:"";s:6:"Abt_nr";s:0:"";}s:24:"Vacation Overview_search";i:2;s:28:"Vacation Overview_pagenumber";i:1;}s:9:"_security";s:0:"";}
Could you please give me a short introduction what the different parts of the string means and how to extract the information I need (In my case it is "start_date" and "end_date" from Vacation Overview_asearchfor)
Thanks in advance.
With Regards
Daniel