Often when writing PHP I\'ll have it output some HTML like this -
echo \"\".$link_text.\"\";
I think you can use
http://www.example.com/.../Learning-Tutorials/ACTIVE-USER-ACCOUNT/verify.php?email='.$email.'&hash='.$hash.'
"Click Here to Active"
try it.