[PHP-WIN] exif_read_data

2003-06-05 Thread John Ellingsworth
Does anyone know of a workaround for this problem? The doc for exif_read_data function says filename cannot be a url. I need a way to get the non-functioning example to work. Thanks in advance. \\This works: $exif = exif_read_data('\photos\010202\010202_001.jpg',0,true); foreach($exif as $key=>

[PHP-WIN] exif_read_data

2003-06-05 Thread John Ellingsworth
Has anyone gotten this function to work with virtual directories? This is my setup: C:\apache\Apache2\htdocs c:\php Virtual Directory: d:\photos I have a script with this (modified) example function in it (from the documentation). This works: $origpath = "\photos\010202\010202_001.jpg";