SQL TablesMike's SQL tablesThese are the SQL or MySQL tables I created for the site.
First note that all the tables I created begin with the word "mike_". That makes it easy to figure out that I created them. The two table that contain the word "test" in them are just test tables for testing. They are not used for anything other then testing. They are:
Mike's Meeting TableThe MySQL table
The computer program or web page: mike/mike_au_meeting_list.phpIs used to list out upcoming meetings. To list past meetings the same program is used but it is passed the option "what=p" mike/mike_au_meeting_list.php?what=p The program can also list ALL the meetings, which includes past and future meetings with the option "what=a" mike/mike_au_meeting_list.php?what=a Adding meetings to the SQL tableYou can add new meetings to the sql table with this program:mike/mike_au_meeting_add.phpYou can add future meetings or meetings in the past. You decide that when you select the date and time of the meeting. Editing meetings in the SQL tableThis computer generates a list of all the meetings in the SQL table and displays it.mike/mike_au_meeting_list2.phpYou can click on the "edit" button to edit any of the meetings. When you "edit" a meeting you can delete a meeting, which means people will NEVER see the meeting. You can "cancel" a meeting which means the meeting is displayed, but marked as canceled. That way people won't waste their time showing up to a meeting that has been canceled. Last and most important you can also edit the text in any of the meetings.
Word Press TablesThere are a whole bunch of tables that were created to use with Word Press or perhaps WordPress. They all begin with the letters "wp_". I don't used them and I am clueless as to what they are for.They are:
|