[PHP-DB] Re: Prepared Statements

2011-02-11 Thread David Robley
Ron Piggott wrote: > > I am just starting to use Prepared Statements and am in a learning curve. > > I am working on the code below. It is for a directory. This is to select > the listing for updating. > > How do I tell if there are more than 1 search result? > > Am I correctly retrieving th

[PHP-DB] Prepared Statements

2011-02-11 Thread Ron Piggott
I am just starting to use Prepared Statements and am in a learning curve. I am working on the code below. It is for a directory. This is to select the listing for updating. How do I tell if there are more than 1 search result? Am I correctly retrieving the results, if there is more than 1?