Posted by cocker Sat 24th Mar 2007 21:11 - Syntax is PHP - 66 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
require_once('../lib.php');
-
-
import('json/get', 'json/new', 'json/die', 'json/error', 'json/decode');
-
-
$response = json_new();
-
$response->file_id = 0;
-
$response->status_current = 82505;
-
$response->status_total = 455320;
-
$response->status_rate = 121;
-
-
$response = json_new();
-
$response->file_id = 1;
-
$response->status_current = 222333;
-
$response->status_total = 4234234;
-
$response->status_rate = 230;
-
-
$response = json_new();
-
$response->file_id = 2;
-
$response->status_current = 1;
-
$response->status_total = 2;
-
//$response->ids = '13520';
-
$response->status_current_filename = 'test.jpg';
-
-
$obj = json_new();
-
$obj->u = $uar;
-
$obj->i = $iar;
-
json_die($obj);
-
?>
PermaLink to this entry https://pastebin.co.uk/12194
Posted by cocker Sat 24th Mar 2007 21:11 - Syntax is PHP - 66 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0