Hi, I am trying to get view source of a link: networksolutions.com/whois/results.jsp?domain=website through file_get_contents() command it is not showing the complete source,the emails are missing. why is it happening so.. how can i get the emails on it. thanks, Pooka
I was having the same issue when I just tried it, and I've been able to fix it putting this line above file_get_contents(): ini_set('user_agent', $_SERVER['HTTP_USER_AGENT']); PHP: