Jump to content

Href command in PHP


hybridfury

Recommended Posts

Hello all, just have a quick question about something I'm trying to do that is stumping me and I know its something easy.

This is a bit of code from my joomla 1.0 site.  Im trying to replace the portion that refers to Notes: and the $RecruitmentBlurb with a link that simply says "Apply Here" and it links to /index.php?option=com_chronocontact&Itemid=42  Would appreciate any help I could get on this, thanks.

}
$content  .= "                      <hr>";
$content  .= "                      <font color=\"#FFCC00\">Notes:</font><br>$RecruitmentBlurb</div></td>";
$content  .= "            </tr>";
$content  .= "          </tbody>";
$content  .= "      </table></td>";
$content  .= "    </tr>";
$content  .= "  </tbody>";
$content  .= "</table>";


?>

Link to comment
https://forums.phpfreaks.com/topic/127152-href-command-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.