a hyperlink for a pdf !

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Plata
Forum Newbie
Posts: 9
Joined: Mon Jan 26, 2009 11:05 am
Location: France,Paris

a hyperlink for a pdf !

Post by Plata »

Hi everyone,

For the moment, i'm working on a redirection and i'd like tipically to head my hyperlink to a file pdf located on the server in the address 172.16.9.8

Code: Select all

fwrite($fid, "<a href='fwrite($fid, "<a href='\\172.16.9.8\www\cec-dev\www.cec-partenaires.biz\site\document\3\1\CEC CDC technique 2008-09.pdf'>".htmlentities($document_langue['titre'])."</a>\n");'>".htmlentities($document_langue['titre'])."</a>\n");
 
but it doesn't work. I'm searching on the web but i don't understand yet...
If anyone could help me please

see you later !:)
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: a hyperlink for a pdf !

Post by s.dot »

What doesn't work?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Plata
Forum Newbie
Posts: 9
Joined: Mon Jan 26, 2009 11:05 am
Location: France,Paris

Re: a hyperlink for a pdf !

Post by Plata »

hey,

Other question about this, is it possible to put the result of a query in a href?
Typically i'd like to know if i can lead the href to the result of the query in order to recover the pdf ?

Do u understand what i mean ?

plata :)
nagarajan
Forum Newbie
Posts: 2
Joined: Tue Feb 17, 2009 4:38 am

Re: a hyperlink for a pdf !

Post by nagarajan »

poda sunny
Plata
Forum Newbie
Posts: 9
Joined: Mon Jan 26, 2009 11:05 am
Location: France,Paris

Re: a hyperlink for a pdf !

Post by Plata »

poda sunny
Sorry i don't understand

Plata
Post Reply