I have searched but have not found an example.
I need to build a table which populates from a call to abackend table via sql.
I am not all that familiar with php so does anyone have an example I can modify for my needs?
I figure it would be somthing like
<table>blah blah blah
<?php
sql = select blah blah
loop
for i = something something
<tr> blah blah
end loop
?>
</table>
Any help appreciated...
I need to build a table which populates from a call to abackend table via sql.
I am not all that familiar with php so does anyone have an example I can modify for my needs?
I figure it would be somthing like
<table>blah blah blah
<?php
sql = select blah blah
loop
for i = something something
<tr> blah blah
end loop
?>
</table>
Any help appreciated...