more sophisticated way to query all images from the selected tag in an AND condition
[phpfspot.git] / index.php
1 <?
2
3 require_once "phpfspot.class.php";
4
5 $fspot = new PHPFSPOT;
6 $fspot->show();
7
8 ?>