hi all,
ich habe ein Problem. Folgender Befehl wird nicht erkannt:
int imagecolorat(int im, int x, int y)
Fehlermeldung ist wie folgt:
Fatal error: Call to undefined function imagecolorat() in G:\php&mysql\PHP Expert Editor\php2A5.tmp on line 11
Als Quellcode habe ich hier z.B. einfach mal das beispiel von einer phphomepage:
Woran kann das liegen?
Ich habe PHP5.1.2 und mehrere PHP-Editoren.
ich habe ein Problem. Folgender Befehl wird nicht erkannt:
int imagecolorat(int im, int x, int y)
Fehlermeldung ist wie folgt:
Fatal error: Call to undefined function imagecolorat() in G:\php&mysql\PHP Expert Editor\php2A5.tmp on line 11
Als Quellcode habe ich hier z.B. einfach mal das beispiel von einer phphomepage:
PHP-Code:
$image = file('XS.img');
echo imagecolorat($image,3,3); # Zeile11
echo "<br>";
Ich habe PHP5.1.2 und mehrere PHP-Editoren.
Kommentar