Date: 05/24/00
- Next message: White, Bob: "[phplib] Help I am Having Trouble under Oracle 8!"
- Previous message: Michael Freund: "[phplib] Problem with $sess->add_query"
- In reply to: Michael Freund: "[phplib] Problem with $sess->add_query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: White, Bob: "[phplib] Help I am Having Trouble under Oracle 8!"
- Previous message: Michael Freund: "[phplib] Problem with $sess->add_query"
- In reply to: Michael Freund: "[phplib] Problem with $sess->add_query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

