to transform the title of the document to a hyperlink

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

to transform the title of the document to a hyperlink

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, "[i][b]<a href='\\172.16.9.8\www\cec-dev\www.cec-partenaires.biz\site\document\3\1\CEC CDC technique 2008-09.pdf'>[/b][/i]".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 !:)
Last edited by Plata on Thu Feb 12, 2009 4:32 am, edited 4 times in total.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: to transform the title of the document to a hyperlink

Post by JAB Creations »

Pasting three hundred lines of code (even though you did use the code BB) isn't going to attract much desire to help you out. Minimize what we have to go through to help you out first please.


Last bumped by Plata on Thu Feb 05, 2009 8:48 am.
Post Reply