[PHP] Re: Nothing will execute after calling imagejpeg.

2002-07-04 Thread val petruchek
This thread has been up before, but there was never sent a reply to it, and I'm having the same problemÂ… Just idea. If you doesn't have GD installed and php error reporting turned off this situation is possible. In other words php simply dies because of undeclared function and doesn't report

[PHP] RE: Nothing will execute after calling imagejpeg.

2002-06-03 Thread Leotta, Natalie (NCI/IMS)
You can't use echo or print in your image - you have to use ImageTTFText or ImageString or any other Image function. If you go to PHP.net and search the Image functions you should be able to find some helpful things that you can use. You also have to initialize your colors with