hi there i wanna ask maybe someone know how can i grab a content from the site
i currently using this
$raw_html_array=file("http://website");
$raw_html_string=join('',$raw_html_array);
$raw_string=strip_tags($raw_html_string);
print $raw_string;
this do grab a content but what i want now is that i need to use of username and password...
the site is allowing use to get content from the site but we dnt like to cut & paste it everyday and put it on our site.
what i wanna to do now is there is this site where in u use your email address to login and password then thats the time it will give you the content.
so what do u think should i use?