Shawn wrote:
> Thanks for the thoughts;
>
> I only have about 20 items in the database at this point. There is no
> additional info in the HTML source when viewed. I'll try cutting the page
> back to the bare essentials and see what happens.
>
> Shawn
Shawn, whenever you see this message, your first reaction should be to
add something like the following to your code:
if (!$DatabaseResult)
{
print(mysql_error() . " Query was " .
htmlentities($Query) . "<br>\n");
}
You've probably seen this a bunch of other places as well. After
inserting this, review your page (possibly look at the HTML source if
the page is broken because of a missing closing table tag).
Cheers,
-jj
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]