Re: [PHP] session variables and SVG documents

2010-02-03 Thread Adam Richardson
On Wed, Feb 3, 2010 at 8:20 AM, Ashley Sheridan wrote: > On Wed, 2010-02-03 at 10:49 +0100, 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 > > info

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
On Wed, 2010-02-03 at 10:49 +0100, 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

Re: [PHP] session variables and SVG documents

2010-02-03 Thread Aurelie REYMUND
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 I have to store the information the user clicked on

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 well as IE wit

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");