Dear experties,
I have a problem with read file in format "pptx/docx/xlsx".
In other format PHP can read the document properly..what can I do for this case?
anybody can help me??
here my script for view the file by hyperlink..
<a href="../folder/upload/<?php echo $row['fileName']; ?>"><?php echo $row['fileName']; ?></a>