Skip to content

Instantly share code, notes, and snippets.

@alexsoin
Last active April 28, 2017 09:32
Show Gist options
  • Save alexsoin/1ccea69a4dad2e852b6237796bd5620e to your computer and use it in GitHub Desktop.
Save alexsoin/1ccea69a4dad2e852b6237796bd5620e to your computer and use it in GitHub Desktop.
Просмотр на сайте doc файлов
<?
if ($_GET['url'] != ""){?>
<iframe src="http://docs.google.com/gview?url=http://site.ru<?=$_GET['url']?>
&amp;embedded=true" width="100%" height="98%" frameborder="0">Ваш браузер не поддерживает фреймы
</iframe><?
} else {
}?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment