Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modifying php files

Status
Not open for further replies.

lmoe

IS-IT--Management
Mar 1, 2004
168
US
I am using phpBB, a freeware forum program.
However, the forum is called from another site.
I want to add a link back to the calling site.
How to I add text with a link to a .php file?

LMC
IT/MIS
"Never stop learning.
 
same way as to a html file

<a href="link.htm">clicky here</a>

zzzzzz
 
escape your quotes

<a href=\"link.html\">link</a>

And you do know that phpbb.com has a support forum that has probably answere this question over a million times now.
 
I did look there, but probably should post there as well.
Duh! :)

Thanks.

LMC
IT/MIS
"Never stop learning.
 
so are your links in a <? ?>

tag

cuz if they are then you have to escape like WizyWig says.

zzzzzz
 
Actually, the hack pointed me to a tpl file in a sub folder which I can modify in design view. The links are in an
<a href=\"link.html\">link</a>.




LMC
IT/MIS
"Never stop learning.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top