Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. case 'дева':
  2.             if ($type == 'love') $url = "http://1001goroskop.ru/?znak=virgo&tm=love";
  3.             if ($type =='normal') $url = "http://1001goroskop.ru/?znak=virgo";
  4.             $goroskop = file_get_contents($url);
  5.             $goroskop= mb_convert_encoding($goroskop, 'utf-8', 'windows-1251');
  6.             $html->load($goroskop);
  7.             $element = $html->find('#eje_text p', 0);
  8.             $messSend = $nowType.strip_tags($element);
  9.         break;
  10. case 'весы':
  11.             $messSend = GetHoroscope($type,'весы');
  12.         break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement