[PHP] session variables and SVG documents

2010-02-01 Thread Aurelie REYMUND
Hello, I have the following problem with the Adobe SVG viewer: I try to generate a SVG document using PHP. the following code is working well under Firefox, as well as IE with ASV: '); $svgwidth=500; $svgheight=400; ?> http://www.w3.org/TR/SVG/DTD/svg10.dtd";> http://www.w3.org/2000/svg";> T

Re: [PHP] session variables and SVG documents

2010-02-03 Thread Aurelie REYMUND
icked on (session vars). I cannot tell the user not to use IE, so I have to find another solution... Regards, Aurelie 2010/2/1 Ray Solomon > From: "Aurelie REYMUND" > Sent: Monday, February 01, 2010 3:37 AM > To: > Subject: [PHP] session variables and SVG documents >