我想使用链接在谷歌文档中显示我的 pdf 文件。'floc' 是我的数据库中包含 .pdf 文件的文件名。
这是我的代码--->
<td><?php echo $file_row['fname']; ?> </td>
<td><a href="http://docs.google.com/viewer?url=<?php echo urldecode($file_row['floc']); ?>"> <i class="text-warning">View </i></a></td>
<td><em><i class="text-success"><?php echo $file_row['fdatein']; ?></i></em></td>
感谢您的即时帮助!