This commit is contained in:
dev-chiefworks
2023-09-30 11:49:57 -04:00
parent 52611fc82b
commit 38b38b1c8f
71 changed files with 1131 additions and 29 deletions
+22
View File
@@ -0,0 +1,22 @@
FILTER THIS TO JUST A BLOG ITEM <a href="/wrenchboard/blogdata_blog_id.php"> One Item </a>
<hr>
<?php
include_once('def.php');
include('wrenchboard_class.php');
$wrenchboard = new wrenchboard_class();
$data['sessionid'] = rand(10000,99999)."A".rand(10000,99999); // dummy for a start
$data['limit'] = 4;
$out = array();
$ret = $wrenchboard->wrenchboard_api($data,$out,'blogdata');
echo "=========================================================.....======================================";
var_dump($out);
?>