Beispiel #1
0
echo $_POST['lyrics'];
?>
</textarea><br/><br/>
		<div style="text-align: right">
			<input type="submit" value="Tab me!" style="padding: 5px 10px; font-size: 12pt;"/>
		</div>
		<h3>Output</h3>

<?php 
$l = new guitarTabs();
// $l->titulo='Este es el titulo';
$l->cancion($_POST['lyrics']);
echo $l->header(1);
echo '<fieldset>';
echo '<legend>List of tabs in song</legend>';
echo $l->acordes();
echo '</fieldset>';
echo '<br/>';
echo '<fieldset>';
echo '<legend>Fixed font output</legend>';
echo $l->txt();
echo '</fieldset>';
echo '<br/>';
echo '<fieldset>';
echo '<legend>HTML formated output</legend>';
echo $l->html();
echo '</fieldset>';
?>

				</td>
			</tr>