prepare($sql); //Excute Query $stmt->execute(); //Get results $messages = $stmt->fetchAll(PDO::FETCH_ASSOC); template_header('Buildtool', 'buildtool','view'); $view = '

'.$buildtool_h2 .'

'.$buildtool_p.'

'; $view .= '
'.$button_cancel.'
'; $view .= '
'; //OUTPUT echo $view; //ADD JS FILES echo ' '; template_footer(); ?>