Hi all:
Hope you are all having a wonderful holiday season!
I am converting some pages from ASP Classic to PHP and I have a question. In ASP Classic if you want the code to do something when there are no more fields to go through in a SQL array you write
IF RS.EOF AND RS.BOF then
---Whatever you want the code to do---
END IF
Meaning this is the beginning and end and there are no more fields to read so do the code
I cannot find the PHP equivalent for this. Any help would be appreciated!
Happy Holidays!