This would seem rather simple ( and it probably is ) but I am trying to figure out how to take the contents of an HTML <title> tag and place it into the subject field of an email launched by a hyperlink in a SSI include.
document.title will return the value of the page title tag
_________________________________________________________ $str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;
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.