when getting a recordset using $rs = MSSQL_QUERY($sSql); is it possible to use the PageSize ,RecordCount , AbsolutePage properties ? when i tried to get them or set them straight forward like $rs->PageSize = 20; i got nothing Thanks Guy
dude those functions are asp functions, not php, if you want similar functions or to do similar functions, go to www.php.net and look at the manual