PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i'm in a bind. i have to make a page that will update a table showing party times via a form in the page..
ie: browse to the website
fill out first and last name, date, starting time, ending time, location, and comments (maybe some more variables..)
hit submit
your party is added to the table.
ideal situation would include the table to be sorted by date/time, or name
this is going to be used as a database of Graduation parties in case you're wondering.
i'm planning on putting the page in %siteroot%/graduation/
use a html form, then pass the info to a php page and update a sql database with the variables. have a row in your sql table that is data/time and when you view the table on a php page just sort by date/time.