Hi i wounder how do i make this code work!!
<?php
$sqlquery = mysql_query("SELECT * FROM reg_info where username = 'chrysanthus'",$starta);
while ($rad = mysql_fetch_array ($sqlquery))
print $rad["email"];
?>
how do i fit this code to work in the print!
<A HREF="mailto:the print value">the print value</A>