'; //echo '$_SESSION' . var_dump($_SESSION) . '
'; //echo '$_POST' . var_dump($_POST) . '
'; ?> Add Record

Select columns: >Configure >Build >Install >Setup >Notes >URL
prepare($sql); $stmt->execute(); } catch (PDOException $e) { echo '
Have a big problem
'; throw $e; echo "$e->getMessage()"; } if ($stmt->rowCount() > 0) { // Data received // Begin Table $html_table = ''; // Table Header $html_table .= ''; $html_table .= ''; if($cn){$html_table .= '';} if($bl){$html_table .= '';} if($ns){$html_table .= '';} if($se){$html_table .= '';} if($no){$html_table .= '';} if($ur){$html_table .= '';} $html_table .= ''; // Table Footer $html_table .= ''; $html_table .= ''; if($cn){$html_table .= '';} if($bl){$html_table .= '';} if($ns){$html_table .= '';} if($se){$html_table .= '';} if($no){$html_table .= '';} if($ur){$html_table .= '';} $html_table .= ''; // Table Body $html_table .= ''; // Table Rows while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) { $rowid = $row['id']; $rowseq = $row['seq']; $rownm = $row['name']; $rowver = $row['version']; if($cn) { $rowcfg = nl2br(str_replace(' ', ' ', $row['configure'])); } if($bl) { $rowbld = nl2br(str_replace(' ', ' ', $row['build'])); } if($ns) { $rownst = nl2br(str_replace(' ', ' ', $row['install'])); } if($se) { $rowset = nl2br(str_replace(' ', ' ', $row['setup'])); } if($no) { $rownot = nl2br(str_replace(' ', ' ', $row['notes'])); } if($ur) { $rowurl = nl2br(str_replace(' ', ' ', $row['url'])); } $html_table .= ''; $html_table .= ""; $html_table .= ''; $html_table .= ''; $html_table .= ''; if($cn){$html_table .= '';} if($bl){$html_table .= '';} if($ns){$html_table .= '';} if($se){$html_table .= '';} if($no){$html_table .= '';} if($ur){$html_table .= '';} $html_table .= ""; $html_table .= ''; } // End Table Body $html_table .= ''; // End Table $html_table .= '
A8-3800 CLFS Server
EDITSEQNAMEVERSIONCONFIGUREBUILDINSTALLSETUPNOTESURLDELETE
EDITSEQNAMEVERSIONCONFIGUREBUILDINSTALLSETUPNOTESURLDELETE
Edit'.$rowseq.''.($rownm).''.($rowver).''.($rowcfg).''.($rowbld).''.($rownst).''.($rowset).''.($rownot).''.($rowurl).'Delete
'; //Output Table echo $html_table; } else { // No Data received echo '
No data found!
'; } ?>

Valid HTML 4.01 Transitional