Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1.         foreach($resp as $threadid => $campo)
  2.         {
  3.             print "[titulo]".$campo['title']."[/titulo]\n";
  4.             print "[INFO]".$threadid."^".$campo['username']."[/INFO]\n";
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement