Re: [PHP] session variables and SVG documents

2010-02-03 Thread Adam Richardson
her 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 docu

Re: [PHP] session variables and SVG documents

2010-02-03 Thread tedd
At 10:49 AM +0100 2/3/10, Aurelie REYMUND wrote: Hello, unfortunately, it does not suite my needs. The image must be clickable. The application I'm developping reads data from a database and display the information graphically. The user must be able to click on some elements of the picture, and

Re: [PHP] session variables and SVG documents

2010-02-03 Thread Ashley Sheridan
elie REYMUND" > > Sent: Monday, February 01, 2010 3:37 AM > > To: > > Subject: [PHP] session variables and SVG documents > > > > > > Hello, > >> > >> I have the following problem with the Adobe SVG viewer: > >> I try to generate a SV

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 >

Re: [PHP] session variables and SVG documents

2010-02-01 Thread Ray Solomon
From: "Aurelie REYMUND" Sent: Monday, February 01, 2010 3:37 AM To: Subject: [PHP] session variables and SVG documents 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

Re: [PHP] session variables and SVG documents

2010-02-01 Thread Ashley Sheridan
On Mon, 2010-02-01 at 11:37 +0100, Aurelie REYMUND wrote: > 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: > > > header("Content-type: image/svg+xml");

[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