RE: [PHP] creating Image to display without saving it.

2002-05-24 Thread Leotta, Natalie (NCI/IMS)
ay 23, 2002 3:00 PM To: Leotta, Natalie (NCI/IMS) Cc: [EMAIL PROTECTED] Subject: Re: [PHP] creating Image to display without saving it. On Thu, 23 May 2002, Leotta, Natalie (NCI/IMS) wrote: > I've got a page where I create an Image that I want to put into one of > my HTML table cells.

Re: [PHP] creating Image to display without saving it.

2002-05-23 Thread Miguel Cruz
On Thu, 23 May 2002, Leotta, Natalie (NCI/IMS) wrote: > I've got a page where I create an Image that I want to put into one of my > HTML table cells. I've been doing this by saving the file, chmoding it, and > then opening it using image source in the HTML. > > The problem is that when you do

[PHP] creating Image to display without saving it.

2002-05-23 Thread Leotta, Natalie (NCI/IMS)
I've got a page where I create an Image that I want to put into one of my HTML table cells. I've been doing this by saving the file, chmoding it, and then opening it using image source in the HTML. The problem is that when you do that, the new version of IE has that stupid pop-up window when