0
I’m Developing a Physics Study Site, Where the Teacher Uploads Files for Student Visualization. Saved the url in the database and the file in a folder. I am unable to view the pdf file on the page.
I am using the iframe tag to visualize. I have seen many comments that this tag is not appropriate for such use.
<iframe src='http://docs.google.com/gview?url=http://localhost/hammer/<?php $arquivo?>&embedded=true' style='width:600px; height:400px;' frameborder='0'></iframe>
I use the $file variable to get the url in the database.
Can someone help me?
was the first thing I saw in his code...
– user76271