Jump to content

kysonedin

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by kysonedin

  1. kysonedin

    define()

    welcome = MY_CONSTANT_NAME;define('MY_CONSTANT_NAME','<a href="http://www.yahoo.com">Yahoo</a>');However, "Yahoo" doesnt show any link to be click. Its just a plain text, with no linking.How to solve this? Anyone? Thanks
  2. kysonedin

    define()

    I would like to add a link in define(). How is the coding ?define('<a href="http://www.yahoo.com">Yahoo</a>'); //is this correct?????
×
×
  • Create New...