Forum Moderators: phranque

Message Too Old, No Replies

GD error in XAMPP

         

Gero_Master

7:11 am on Mar 27, 2006 (gmt 0)

10+ Year Member



Hello!

I have installed XAMPP and I tried some GD + PHP examples. I never had problems with PHP files, but my GD isn't working for some reason. I mean that the example file included to XAMPP paggage worked, but when I pressed "view source" button, it gave me the exact same PHP script. I pasted it to a PHP file in another folder inside HTDOCS.

It showed some errors on including and possibly making the image itself.

What should I do?

Birdman

8:30 am on Mar 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try fixing the paths in the includes. That's probably all you need to do.

Gero_Master

1:48 pm on Mar 27, 2006 (gmt 0)

10+ Year Member



THanks, I got it working... also I had to remove another GD script I had included above the other script :)