Hi i wounder i some one could give mi an exampel of i skript that gets a value from a row in a tabel and then prints the value out on the webb....
i fixaed it...
this is the exampel!
<?php include ("../management/mysqlcondbrr.php"); $sqlquery = mysql_query("SELECT * FROM reg_info where regid=1",$starta); while ($rad = mysql_fetch_array ($sqlquery)) print $rad["email"];