Jump to content

jfnavat

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jfnavat's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Another way...(similar) $RowCnt = 0; while (!$rs->EOF && $nRecCount < $nStopRec) { $nRecCount++; if (intval($nRecCount) >= intval($nStartRec)) { $RowCnt++; $db_alum->CssClass = "ewTableRow"; $db_alum->CssStyle = ""; $db_alum->RowClientEvents = "onmouseover='ew_MouseOver(this);' onmouseout='ew_MouseOut(this);' onclick='ew_Click(this);'"; if ($RowCnt % 2 == 0) { $db_alum->CssClass = "ewTableAltRow"; } LoadRowValues($rs); $db_alum->RowType = EW_ROWTYPE_VIEW; RenderRow(); ?> Bye Javier Navarrete (www.softein.com)
  2. You must use: <?php session_start(); ob_start(); ?> You can check this forum: LINK REMOVED.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.