I am trying to get this data to go into a table so I can view it better on my website and I don’t really understand how to combine PHP and HTML and I was getting this error:
Parse error: syntax error, unexpected ‘;’
I dont know if I combine them wrong so here is my code and tell me if I need to supply more than this line of code:
<h2>Featured Event's</h2>
<body>
<table cellpadding="10">
<tbody>
<?php echo ?><td><?php $eventname ?></td><?php echo?><td><?php $row_id ?></td><?php
You can either do that or do:
Or