Re: [GD-DEVEL] Need help with GD Library
[email protected] (Steven Binion)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
I didn't write it. that may take me a few days. and it's not the script. it's the server. the script works. I also stated I have two different.bundles and neigther will do a thing with GD lib. send me the simplist script and I'll drop and image in for testing. and it's not going to work on my server. you're going to find yourself debuging scripts that don't have any errors. Pierre wrote: > 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