hi,
$lines = file('http://www.website.com/jd.rtf');
foreach ($lines as $line_num => $line) {
print "<table width='30%'>";
print "<tr><td><a href='http://www.website.com/jd.rtf'>". htmlspecialchars($line) . "<br />\n</a></td></tr>";
print "</table>";
}
the above code uses array,i want all the array data to get stored in a string...it is not working.Error:page cannot be displayed.But the is there
the above code is not accepting doc file.please tell me how to do