I am trying to figure this php/mysql stuff out and have come up to a wall in getting the results to show on a page and formatted the way they should be.
Here is a copy of the form I am making: <!-- m --><a class="postlink" href="http://www.webtinker.com/fran_info.htm">http://www.webtinker.com/fran_info.htm</a><!-- m --> (this is just a non-functioning copy) The original has a .php extension.
I've been able to figure out how to populate the dropdown with data from the table rnd_tbl.
I'm making another form for someone to supply the information to the table rnd_tbl in the database so I don't have to keep entering it by hand
I am trying to take the info for the two Round Table Discussion locations (near the top) from a MySQL table (table rnd_tbl: id | location | address | address2 | city | state | zip | day | date | time | phone). There needs to be a way to limit the displayed info to anything before todays date and it must be able to have as many groups of locations as needed with only two locations per row... as shown. I've seen examples of creating simple row displays so I somewhat understand how to get that far.
Here is a copy of the form I am making: <!-- m --><a class="postlink" href="http://www.webtinker.com/fran_info.htm">http://www.webtinker.com/fran_info.htm</a><!-- m --> (this is just a non-functioning copy) The original has a .php extension.
I've been able to figure out how to populate the dropdown with data from the table rnd_tbl.
I'm making another form for someone to supply the information to the table rnd_tbl in the database so I don't have to keep entering it by hand
I am trying to take the info for the two Round Table Discussion locations (near the top) from a MySQL table (table rnd_tbl: id | location | address | address2 | city | state | zip | day | date | time | phone). There needs to be a way to limit the displayed info to anything before todays date and it must be able to have as many groups of locations as needed with only two locations per row... as shown. I've seen examples of creating simple row displays so I somewhat understand how to get that far.