I tried that and it did not work...my $row object is set like this:
$row = mysql_fetch_object($sql_result);
I don't think that the object type of this is "row." Any other suggestions?
Tom Anderson wrote:
Depending on your object, you could do
if (!$row) $row = new row;
above the code that echos out the properties of the object.