How do i create an email link in PHP?
Posted: Wed Jan 14, 2009 2:46 pm
..whats the equivalent of an html email (<a href="mailto:ewewe@yahoo.com"> link in php. I have a complete php web page and I need to include email links. Pliz help. I hv tried googling but I'm about to go nuts. thanks hey!!!
is this permissible : <a href="mailto:<?php $email; ?>">email</a>
is this permissible : <a href="mailto:<?php $email; ?>">email</a>