got a little question again; how can i check a mysql table if it's empty, so it doesn't contain any records.
i was thinking somewhere along the lines of:
if(mysql_query("select * from table",$conn)=" "){
//...
}
but i don't think that's quite right, is it?
grtz
RuffRyder