function google_docview($file_path,$file_name)
{
$file_location=$file_path.$file_name;
echo '<iframe src="https://docs.google.com/gview?url='.$file_location.'&embedded=true" style="width:100%; height:800px; text-align:center;" frameborder="0"></iframe>';
}
Example
/*
$file_path="sscet.comli.com/L_NOTES/";
$file_name="_1378281542_notes.docx";
google_docview($file_path,$file_name);
*/
No comments:
Post a Comment