Thus i have this :
Code: Select all
mail("$theemail","$thesubject","$thevarforhttp");
Code: Select all
<a href="http://www.site.com/page.php?mytext=$varone&mysignature=$var2">Clik_here</a>
Code: Select all
$thevarforhttp = '<a href="http://www.site.com/page.php?mytext=$varone&mysignature=$var2">Click_here</a>'and so i cant get Click_here as a link .
Am just getting the link ... i think is reason of the quotes '' " '" etc..
So which is the right to way to fix this stuff so that will be visible only Click_here and NOt the whole dam link ?
Thanks in advance..