Search results

  1. eldvis

    Magic Database - Ever heard of it?

    I'm developing a web site for an educational establishment and they currently house all their course information in a database called Magic. Do any of you people know if I can access the database content via PHP sql etc or are there any options for easily transferring data to a web site mysql...
  2. eldvis

    iPhoto lost photos

    a while ago iPhoto couldn't read in all the photos I had, around 800. It still has the folders in iPhoto and the photos still exist on the hard drive but iPhoto won't read them in. Any ideas? thanks, ed.
  3. eldvis

    iphoto lost the photos

    I have iphoto2 and I just went to get some images from it but they've all dissapeared. They're still in the 'users/myComputer/pictures/iPhoto Library' but the application isn't reading them in. Has this happened to anyone? how do i fix it? I haven't installed anything new since the...
  4. eldvis

    enable GIF support in GD2/PHP

    I think I have the answer. early versions of gd contained support for GIF files however Unisys hold the patent for the LZW compression used to create GIFs so in versions of gd 1.6 or earlier GIFs are supported but after that support was switched to PNGs. I guess there are some politics going...
  5. eldvis

    enable GIF support in GD2/PHP

    ok php is trying to create a GIF file. The function imagecreatefromgif() doesn't work but the function imagecreatefromjpeg() does. The same with imagegif(), that doesn't work but imagejpeg() does. I am sure it is to do with GIF support in php. This morining I checked my web host servers...
  6. eldvis

    enable GIF support in GD2/PHP

    as you can tell from the title I'm a little out of my depth here. I'm creating a site that deals with both GIF and JPEG functions in PHP. I can test the code with reference to JPEGs locally, but when I test code with reference to GIFs locally I get this: Fatal error: Call to undefined...
Back
Top