Welcome to my Website!

require('Persistence.php'); $db = new Persistence(); if( $db->add_comment($_POST) ) { header( 'Location: index.php' ); } else { header( 'Location: index.php?error=Your comment was not posted due to errors in your form submission' ); }

To learn more HTML/CSS, check out these tutorials!