Advertisement
cdsatrian

cek pulsa

Mar 14th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. error_reporting(-1);
  3. exec("d:\appserv\www­­\ga­mmu\gammu -c d:\gammu\gammurc getussd *888#",$hasil);
  4. for($i=0;$i<count($hasil);$i++)
  5. {
  6. if (substr_count($hasil­­­[$i], 'Service reply') > 0) $index = $i;
  7. }
  8. echo $hasil[$index];
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement