Hi,
My host is running php 4.0.3pl1 and when i asked they said they had the GD module installed.
But everytime I try to use a script with gd fuctions i get "Fatal error: Call to undefined function: imagecreate() in test.php on line 19"
I noticed in the docs for imagecreate() on php.net they have $img = @imagecreate(); The @ sign being important. What exactly does that mean? When i try that it doesnt give a fatal error but it doesnt work.
Does anyone have a test script I can try to run to see if it's installed or working. And should I contact their support to ask (tech support there is kinda mean >=( ).
Also I read somewhere php 4 had built in GD support. So is there something else I could be doing wrong? All other php scripts seem to work fine (that i've tried).