I got past this horrible mess by breaking the code.

PHP seems to look for <A HREF=""> structures so if you break it up:
print("<A "); print("HREF=javascript:go();>");
or 
print("<IMG "); print("SRC=img1.gif>");
or
$s .= "<A ";
$s .= "HREF=javascript:go();>";
print($s);

It will not put in the sid.

On Thursday, January 11, 2001 5:21 PM, Jamie Burns
[SMTP:[EMAIL PROTECTED]] wrote:
> Hello,
> 
> Can someone please help?
> 
> My ISP has recompiled php with the transparent sid support and now when i
try to access a certain page for the first time (ie. no cookie yet set) then
php is making a right mess of my javascript and html (adding speech marks
and question marks in unwanted places) !
> 
> Is there a way to override this behaviour in the ini file, or even in the
code?
> 
> One of my customers sites is down because of this, and i can find nothing
through searching 8(
> 
> Thanks guys,
> 
> Jamie Burns.
> 

Reply via email to