Re: [phplib] Problem with $sess->add_query From: Sven Rottenbiller (rottenbiller <email protected>)
Date: 05/24/00

Hy Michael,

I have the same problem with $sess->add_query. Now I solve it like this
(not really good, but it works):

  $qstring = $QUERY_STRING;
  $QUERY_STRING = "";

  $anhang = $sess->add_query(array("show"=>$db->f("goto")));

  $QUERY_STRING = $qstring

I hope it helps you.

Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>