alright guys, heres my problem;
i have a database full of registrant info. i am displaying this info in an html form, with 30 entries per table, at which point it loops and creates a new table and puts in the data, and so on. my problem is, when my loop encounters a nonexistent row to pull data from, it displays the "warning:..." error on the webpage. so the question is, is there some sort of if statement in php where you can check if the mysql row exists? that is what it boils down to. thanks
- mickey