Hi Jen
Usually to call a script, you use the form element of html
<form name=myForm action = MyNextPage.php method = post>
This would execute the scripts on the page MyNextPage.php.
What you are asking is how to move through recordset on the client(in the browser) not on the server. PHP scripts are executed on the server side, so I am unclear as to what you are after....
Bastien