Re: Using gps.php

2007-11-10 Thread Martin Geisler
Zoltan Bartalis [EMAIL PROTECTED] writes:

 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);

 ?

Yeah, that is as simple as it can get... and it works for me, there's no
syntax errors in your file.

You might want to download the gps.php file again... other than that, I
don't know where the problem would be :-(

-- 
Martin Geisler

  Do your secure multi-party computations (SMPC) with VIFF,
  the Virtual Ideal Functionality Framework.
 Download at http://viff.dk/


pgp4Pof83cqbk.pgp
Description: PGP signature
-
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


Re: Using gps.php

2007-11-09 Thread Zoltan Bartalis
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