" . $TblData[$x][info] . "</td>\n";
}
}
else
{
$TblRow .= "\t\tTblOutAll .= $TblRow;
}
function EndTbl(){
$this->TblOutAll .= "</table>\n\n";
$this->TblEndCheck = true;
}
function TblPrint(){
if($this->TblStartCheck == true && $this->TblEndCheck == true)
{
return $this->TblOutAll;
}
else
{
$debug = $this->TblOutAll;
return "\n\nOne or more of the required functions was either not called or not called correctly</h3>\n\n Here is what was is in your table\n " . htmlspecialchars($this->TblOutAll) . "</pre>\n";
}
}
}
?>
Privacy Policy
|
Link to Us
|
Links
|