My mistake. I should have looked into this a little bit more before I
posted a message about it. It turns out that my HTML was the problem, not
the PHP session variables. When I was writing out the text controls I was
writing the tag as value=variable instead of value="variable", which was
causing the display to cut off at the first space.
At 10:24 PM 4/12/01 -0500, Eric Pankoke wrote:
>I have two php pages using session variables. One redirects to itself
>after refreshing the variables, and the other redirects to a second php
>page, retrieves some values into the session variables, and then returns
>to the first page. The one that redirects to itself works fine. The one
>that calls an intermediate page truncates session variables at the first
>space when returning back to the original page. Any thoughts on what
>causes this would be much appreciated.
>
>
>Eric Pankoke
>Point Of Light Software
>"Lighting The Path To Glory"
>http://www.polsoftware.com/
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]