PHP Classes

File: showimage.php

Recommend this page to a friend!
  Classes of Marcus Brasizza   PHP Google Driving Directions   showimage.php   Download  
File: showimage.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliar data to show the image created with the google api
Class: PHP Google Driving Directions
Get driving directions using Google Maps API
Author: By
Last change:
Date: 11 years ago
Size: 69 bytes
 

Contents

Class file image Download
<?php
header
('image/png');
echo
file_get_contents($_GET['path']);

?>