1-800-305-3517
5 Dimes REVIEW
Why 5 Dimes?
- 5 Dimes has been in business since 1991!
- 5 Dimes has one of the sharpest most respected bookmakers in the offshore industry!
- 5 Dimes offers a 24 Hour Wagering service!
- 5 Dimes offers you the ASI Wagering Software!
- 5 Dimes offers you your first two weeks Free !
QUICK REVIEW
Location: Costa Rica Phone: $28 Internet: $28 AVG Hold %: N/A Casino: YES 10% (comm.) Racebook: YES (FREE) Current Promos: 2 weeks free
Since their inception in 1991, they have been dedicated to providing their players with a solid & reliable gaming experience
global $wpdb;
$table_name = $wpdb->prefix . “custom_reviews”;
if(isset($_POST['id_page'])){
foreach($_POST as $key=>$element){
$_POST[$key]=strip_tags($element);
}
if($_POST['name_user']==”" || $_POST['email']==”" || $_POST['aditional_comments']==”"){
$_SESSION['error_message']=”Please insert all the information”;
}else{
$sql=”INSERT INTO “.$table_name.” (id_page,customer_service,bonos_and_promos,easy_to_use_software,reliability,website_quality,overall_rating,name,email,aditional_comments) VALUES(“.$_POST['id_page'].”,”.$_POST['customer_service'].”,”.$_POST['bonos_and_promos'].”,”.$_POST['easy_to_use_software'].”,”.$_POST['reliability'].”,”.$_POST['website_quality'].”,”.$_POST['overall_rating'].”,’”.$_POST['name_user'].”‘,’”.$_POST['email'].”‘,’”.$_POST['aditional_comments'].”‘);”;
$result=$wpdb->query($sql);
if(!$result){
$_SESSION['error_message']=”Please insert all the information.”;
}
}
}
$sql_select=”SELECT * FROM “.$table_name.” WHERE id_page=’”.get_the_ID().”‘ ORDER BY id DESC;”;
//var_dump($sql_select);
$aReviews=$wpdb->get_results($sql_select,ARRAY_A);
//var_dump($aReviews);
if(!empty($aReviews)){
$sDiagnostic=’
$oReviewCount=(int)(($oReview["website_quality"]+$oReview["bonos_and_promos"]+$oReview["easy_to_use_software"]+$oReview["reliability"]+$oReview["overall_rating"]+$oReview["customer_service"])/6);
//var_dump($oReviewCount);
$sQuantityOfPlus=”";
for($i=0;$i$sQuantityOfPlus.=’
‘;
$i++;
}
$sDiagnostic.= ‘
Website Quality: ‘.$oReview["website_quality"].’
Promotions: ‘.$oReview["bonos_and_promos"].’
Sofware Usability: ‘.$oReview["easy_to_use_software"].’
Customer Service: ‘.$oReview["customer_service"].’
Reliability Security: ‘.$oReview["reliability"].’
Skins Quality: ‘.$oReview["website_quality"].’
Overall Rating: ‘. $oReview["overall_rating"].’
‘.$oReview["aditional_comments"].’
‘;}
$sDiagnostic.=’
‘;
echo $sDiagnostic;
}?>

