Have a big problem"; throw $e; } } if ($stmt->rowCount() > 0) { // Data received // Start Table $html_table = '
SEQ | NAME | VERSION | '; $html_table .= 'CONFIGURE | BUILD | INSTALL | '; $html_table .= 'NOTES | URL | EDIT | '; $html_table .= '
---|
'.$row['seq'].' | '; $html_table .= ''.$row['name'].' | '; $html_table .= ''.$row['version'].' | '; $html_table .= ''.nl2br($row['configure']).' | '; $html_table .= ''.nl2br($row['build']).' | '; $html_table .= ''.nl2br($row['install']).' | '; $html_table .= ''.nl2br($row['notes']).' | '; $html_table .= ''.nl2br($row['url']).' | '; $html_table .= "Edit | "; $html_table .= '
Nothing!"; } $html_table .= ''; echo $html_table; ?>