can anyone tell me once I use mssql_next_result on a result how do go back to the previous or first result?
Thanks
tk
You can't so far as I know.
If you need to do this then fetch the resultsets into local arrays.
Here is a list with all PHP functions. Look at the functions that start with mssql if you find anything.