[PHPLIB] My form results disappear and I can't keep the PHPLIB-"cookie" From: Lars S. Geisler (larssg <email protected>)
Date: 11/27/99

I have two problems with PHP/PHPLIB:

1. When I do Page_Open(Array("sess" => "My_Session")), any results from a
form on the page before are gone. If I don't do Page_Open, I can access the
results without problems.

2. I can't find out how to change all the URL's in a string. What I want to
do is to change a string like this:

  "Hi! Check my <a href=\"guestbook.php3\">guestbook</a>."

into

 "Hi! Check my <a
href=\"guestbook.php3?My_Session=the_session\">guestbook</a>."

I want to apply the $sess->url() function on the string. How can I do that?

Thank you very much in advance,
Lars Sehested Geisler
larssg <email protected>

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.