Re: [PHP] Create Image on the fly

2002-01-17 Thread Jan Grafström
Thanks Val! Now I understand. Jan "Val Petruchek" <[EMAIL PROTECTED]> skrev i meddelandet 000801c19f4a$49862950$[EMAIL PROTECTED]">news:000801c19f4a$49862950$[EMAIL PROTECTED]... > > in index.html you write > > > > in aaa.php you write > > $im = @ImageCreate (240, 80) >or die ("Cannot In

Re: [PHP] Create Image on the fly

2002-01-17 Thread val petruchek
in index.html you write in aaa.php you write You have to create separate php script for creating image and then use it in you html (php) file. > > Hi! > How do I change this if I will use the Image direct in my html-code? > Do I need to save it first. > $im = @ImageCreate (240, 80) >