Hi Everybody
I seam to hav mist some thing in my code...
is there some on how can help me with this..
<?php
$sqlquery = mysql_query("SELECT * FROM reg_info where username ='dimman'",$starta);
while ($rad = mysql_fetch_array ($sqlquery))
print '<A HREF="management/usersite.php?usernameID='.$rad['regid'].'">'$rad["username"].'</A>';
?>
There thing is that im trying to echo an regid to a username...