Newbie-Prob
Posted: Thu Jul 04, 2002 8:19 am
Hi,
my prob is the following:
$result = mysql_query("SELECT * FROM week WHERE id = 1")
or die (mysql_error());
This gives me " Resource id #2", but what I want to have is the content of the row with id 1.
What did I make wrong?
Greets
Thanatos
my prob is the following:
$result = mysql_query("SELECT * FROM week WHERE id = 1")
or die (mysql_error());
This gives me " Resource id #2", but what I want to have is the content of the row with id 1.
What did I make wrong?
Greets
Thanatos