>databasen heter markiv och "table" test1. n�r jag k�r detta st�r det bara 
>2 p� sidan inget mer.
>jag hade r�knat med att f� ut 12345 som test1 inneh�ller.
>har l�st igenom php manualen men f�r inte ut svaret fr�n mysql sektionen 
>och undrar om n�gon har ett tips att ge :)
>

<?php
mysql_connect(localhost,user,password);
$result = mysql_db_query("markiv","select * from test1");
mysql_close();
while ($row = mysql_fetch_row($result))
{
    echo $row[0];
}
?>

kanske funkar :)

/Joakim


======Annons================================================
===  V�rldens minsta Linux workstation?
===  Nu med Linux DeLuxe V6.5 http://www.svithiod.com
============================================================

Till