okay. I want to find something in an xml sheet but I need to have it some that part of the query calls a fucntion.
$getinfo = searchinfo($browserinfo, $browser_search);
$browser = $simpleload->browser_type[0]->$getinfo;
the xml sheet is right, and the function and retuns the right result. and if I hardwire the same result into the query it works fine.
please help me....