示例#1
0
<?php

require_once '../../../wp-config.php';
require_once 'fsr.class.php';
$picture_id = $_REQUEST['p'];
$star_type = $_REQUEST['starType'];
$FSR = new FSR();
$FSR->init();
echo $FSR->getVotingStars($star_type);
示例#2
0
<?php

require_once '../../../wp-config.php';
require_once 'fsr.class.php';
?>
<pre>
Five Star Rating
Script for creating tables of scores and support evaluation
-- script start --
<?php 
FSR::install(true);
?>
-- end of script --