Hello, I'm fairly new to PHP
Im trying to make this
echo "<a href=\"mailto: ".$myrow['email']."\">".$myrow['email'];
echo "</a><br>";}
into something like a simple email form that would send an email to that email address from the database.
Any help is appreciated, Thanks