How to insert a URL link into a PHP define tag -


i absolute newby php please gentle.

i have following line...

define('text_information', '<b>note:</b> can check rate calculator here, , welcome contact us.'); 

i want place html link post office website says 'here' , link contact page says 'contact us'. how pls?

this looking for

define('text_information', '<b>note:</b> can check rate calculator here, , welcome <a href="your link">here</a>.'); 

replace link contact page in href tag have put "your link"


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -