membership database – I need a clickable email link put into a table's cell – Plesk
$result = mysql_query("SELECT * FROM pm where idno ='$idno'", $db); $datas = mysql_fetch_array($result); <table><tr><td> <? if ($userLevel > 9){ echo "<p><strong>$datas[email]</strong></p>"; echo "<p> </p>"; echo "<p><strong>Dear $datas[name]</strong></p>"; echo "<p>Here is the information you requested.</p>"; echo "<p><strong>Username: </strong> $datas</p>"; echo "<p><strong>Password: </strong>…