Hi,

Thanks for answering, Martin. My file is pretty simple:

<?php

include("pel/examples/gps.php");

$input = '../rolls/2006420/00800.jpg';
$output = 'photos4panoramio/00800.jpg';
$description = 'A fancy description.';
$comment = 'A fancy comment.';
$model = 'A fancy camera.';
$latitude = 43.6596;
$longitude = -65.3109;
$altitude = 0.00;
$date_time = '2003:12:18 14:58:05';

addGpsInfo($input, $output, $description, $comment, $model, $longitude, 
$latitude, $altitude, $date_time);

?>

Where do I go wrong?

/Zoltan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
PEL-devel mailing list
PEL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to