Exemplo n.º 1
0
    echo $created->getLanguage();
    ?>
, Narration Type: <?php 
    echo $created->getNarration_type();
    ?>
, Running Time: <?php 
    echo $created->getRunning_time();
    ?>
, Zip File Size: <?php 
    echo $created->getZip_file_size();
    ?>
, Catalog Date: <?php 
    echo $created->getCatalog_date();
    ?>
        , Website Link: <?php 
    echo $created->getWebsite_link();
    ?>
, and ID:<?php 
    echo $created->getID();
    ?>
.</p>
        <?php 
} else {
    echo 'Please enter information into the form to create a new recording entry.';
}
?>
      <br/><br/>
      To DELETE a Recording Entry in the Database:<br/><br/>
      <form method="POST" action="">
        Enter the id of the recording:
        <input type="text" name="id"></input><br/>