source: trunk/xgraph/jpgraph/Examples/show-image.php @ 42

Last change on this file since 42 was 42, checked in by marrucho, 10 years ago
File size: 327 bytes
Line 
1<?php $target =  urldecode($_GET['target']); ?>
2<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
3<html>
4<head>
5<title> Image <?php echo basename($target); ?></title>
6</head>
7<body>
8<img src="<?php echo basename($target); ?>" border=0 alt="<?php echo basename($target); ?>" align="left">
9</body>
10</html>
Note: See TracBrowser for help on using the repository browser.