Jump to content

open link with firefox in php


guif

Recommended Posts

I have a row in mysql that the content is:

 

insert into Link (Id_Link,Link) values (1,'//server/folder/documentum.doc');

 

I would like to make a link and I put this:

 

<a href="file:///<?php echo $row['Link']; ?>" target="_blank" title="<?php echo $row['Link']; ?>">

 

the link as: file://///server/folder/documentum.doc That's right!

 

why i can't open the DOC file directly with my Firefox??

If I copy this direction and put into the toolbar the file is open!

 

Link to comment
https://forums.phpfreaks.com/topic/144057-open-link-with-firefox-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.