[thelist] how to handle db'ing this page (php, mysql)

rudy r937 at interlog.com
Thu Jan 23 07:12:01 CST 2003


> Can anyone recommend a way to handle databasing the
> 'provisional programme' on this page:
>
> http://www.mtuk.org/testarea/index.php?page=conferences


create a table that has one row per event, with surrogate key EventID,
smallint auto_increment, and data columns EventDateTime, datetime, and
EventDescription, text

set up a user admin page to insert, delete, and update events

i didn't understand your comment about grabbing a row that isn't empty

by the way, the first line of copy has "chanceâ?"Mammals" due to the use of
the nefarious &#151 -- change it to a colon or something

rudy




More information about the thelist mailing list