Hi!  I have the PHPSESSID working on every web page except one and it baffle
me.  Have anyone have this problem before?  Anyone know of a way around the
problem?

Here is what happen.  On the HTML post, I use the Post String,

-- clip --
<form NAME="Inquiry_Form"
ACTION='network_option_transunion.php?<?=$SID?>&type=<?=$type?>'
METHOD="POST">
-- clip --

Then on the next page, after executing hte post by clicking hte submit
button.  The next page failed to show the PHPSESSID on screen.  But at the
top of the browser's window where hte url address and stuffs are located.
It said,

--clip--

https://test.ecbi.com/transunion/network_option_transunion.php?PHPSESSID=ACD
2BF215C0513AADDDC70AAC598EE3E&type=credit

--clip--

But when I use the php echo, it spit out nothing.  What I don't understand
is that it work on many other web pages except just this one webpage.
Anyone know why?

THanks,
 Scott



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to