Hey guys how would you send a http header via php to make another site think that your browser is something different like a nokia 6600 for the purpose of file_get_contents(); or other functions for scanning websites etc ?
Sending http header via php
Collapse
X
-
GuestTags: None
-
Guest
Thanks for the reply
what would the curl function be to send a http header to another page ?
i just started learning php about 2 months ago so i have no idea how to do anything in curl
Comment
-
a nice curl tutorial- cURL - TutorialLast edited by firemax; 30.09.10, 10:38.
Free Mobile Web Scripts by me: Free Youtube Downloader, Tweets Reader, Facebook Wall Posts Reader
PHP Tutorials: How to Secure Your PHP Script (PHP SECURITY)
Want to Develop/Edit your WAP/Web Site? Add me to Gtalk (gmail) 'lakshan1989' or PM me.
Comment
-
Guest
-
u can use Snoopy class it acts like a web proxy, u can modify the header, referer, proxy, even the user agent to grab website contents, its easy to use.
Comment
Comment