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
Post a Comment