empty recordset, how do I check for an? sorry for the terminology but I am coming from ASP...
Here is code to determine if a recordset contains any rows. Hope this helps!!
if (mysql_num_rows($result) > 0){
}
Ed Warren
thanks, works out perfect for me... I am beginning to like PHP (not that I did not like it before...)
I am an ASP programmer by trade and started using PHP for some personal projects about 4 or 5 months ago and I have been hooked ever since.