I've been using some examples in other php files and the PHP man to learn the output piece, but even though I think I've got that right, I'm still getting the Resource ID #38 error in the output. Where can I find what the error is really trying to tell me?
Here's what I'm using for the output
Code:
while($boatbrand=$DB_site->fetch_array($boatbrands)) {
$boatbrand=$boatbrand["$boatbrands"];
}