On Thu, 2 Oct 2003 00:10:57 -0700 (PDT), <[EMAIL PROTECTED]> wrote:

both of these works:

return (getVUser($dbh,$u,$d))->rows();
and
    return getVUser($dbh,$u,$d)->rows();

The first version works, but I'd recommend avoiding it as it suggests that the following should work similarly - but it doesn't.


print (getVUser($dbh,$u,$d))->rows();


Steve


--
Steve Piner
Web Applications Developer
Marketview Limited
http://www.marketview.co.nz

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to