Re: [GD-DEVEL] Need help with GD Library
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/10/07, Steven Binion <[email protected]> wrote: > Code as requested. There is a misunderstanding, as I understand relatively well PHP, I do not think I will try to debug this script. If you provide a small script with only the image related functions, I can help you. If you never used PHP before and have issues to setup this script, I suggest you to try to ask on a php-general mailing list or to go on IRC freenode #php. Two tips: set "display_errors On" in your php.ini and add error_reporting(E_ALL) to your script, it helps to debug. --Pierre