LoadBitmap with PHP - Bug?
Posted: Mon Feb 04, 2008 3:21 pm
Hi,
First of all I would like to thank you for providing your software to the world
With PHP using;
Will fail with an Uncaught exception (Error to open file). This can be 'fixed' by simply using single quotes instead of double ones;
Version: GflAX DLL 2.60- GFL 2.80 (Standard)
I don't recall this happening with the previous version - didn't do much testing though as I normally use VBScript. This may actually be a bug in PHP5 though?
Daz
First of all I would like to thank you for providing your software to the world

With PHP using;
Code: Select all
$ImgObj->LoadBitmap("G:\music_extra\c\Melanie C\This Time\This Time [Single]\front.jpg");
Code: Select all
$ImgObj->LoadBitmap('G:\music_extra\c\Melanie C\This Time\This Time [Single]\front.jpg');
I don't recall this happening with the previous version - didn't do much testing though as I normally use VBScript. This may actually be a bug in PHP5 though?
Daz