I have a very confusing problem, i have a row in a database that has been selected, i have tried about 5 different ways to get the data for this row out, i have tried some of the examples from php.net and mysql.com and it still is not geting nething out of the database, i have tried mysql_fetch_array and mysql_fetch_row, i have tried just mysql_query and tried it with some which and foreach functions. There is data in the row because the page before shows everything in the database, there are no errors that come up. Does anybody have any ideas as to what could be wrong.