Well, that almost worked here is the code I used.
echo "<html><a href\"=http://www.markcgoodman.com\">Click here</a></html>";
Now we are so close. The Click here shows up as a link (Oh YEAH) but its not linking to www.markcgoodman.com. So PHP sees the href but can not get the URL out of the...
I want to send out e-mails with PHP with a link inside the e-mail. How do you make a variable handle an HTML link? I tried a few things like . . .
This was a test to see if PHP would just print up a link [failed]
echo"<html>a href=href=http://www.markcgoodman.com</html>";
or assigning a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.