graphics4you
Programmer
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=
or assigning a variable like
$enterLink = "<html><a href=
So whats the proper way to handle links with PHP?
PLEASE HELP
This was a test to see if PHP would just print up a link [failed]
echo"<html>a href=href=
or assigning a variable like
$enterLink = "<html><a href=
So whats the proper way to handle links with PHP?
PLEASE HELP