ID: 12941
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Session related
Operating System: Windows 2000 Adv Server
PHP Version: 4.0.5
New Comment:

Well, are you sure the php.ini file is even used by PHP?
ie. is it on the right directory?
This does work. At least on PHP 4.0.6 which you should
be using too..


Previous Comments:
------------------------------------------------------------------------

[2001-08-24 22:01:38] [EMAIL PROTECTED]

I tried doing that, but it does the same thing still.

Copied out of c:\winnt\php.ini:
arg_separator.output = "&"

------------------------------------------------------------------------

[2001-08-24 06:02:48] [EMAIL PROTECTED]

Use this php.ini directive:

arg_separator.output = "&"



------------------------------------------------------------------------

[2001-08-24 04:43:17] [EMAIL PROTECTED]

URI: http://loopy.2y.net/main.php 
Server: Microsoft-IIS/5.0 
Character encoding: unknown 
Document type: HTML 4.01 Transitional 
Below are the results of attempting to parse this document with an SGML parser. 

Line 24, column 154: 
  ... >*<a href="/programming/projects.asp?type=current&PHPSESSID=64076887e5 ...
                                                        ^
Error: unknown entity "PHPSESSID" (explanation...)


All you need to do is make "&PHPSESSID" be "&amp;PHPSESSID" (that is the html entity 
for & in the changed one, if it doesn't show up.)  Thanks.
-Harlan

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12941&edit=1


-- 
PHP Development 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]

Reply via email to