first commit
This commit is contained in:
8
admin/test.php
Normal file
8
admin/test.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$printed_obj = "82163,82164,82165,82166,";
|
||||
$printed_obj = explode(',', substr(trim($printed_obj), 0, -1));
|
||||
|
||||
echo "<pre>";
|
||||
print_r($printed_obj);
|
||||
echo "</pre>";
|
||||
?>
|
Reference in New Issue
Block a user