Yeah, I'm pretty new to PHP. I know the basics, and such but yeah. So I'm going to be running a site that's going to need alot of data entry. I want it to be in a table, so everything will be nice and formated. To avoid constantly editing html, my idea was tocode a form with the fields for the things i needed, and write a php script that would take that data and post it directly to this site, creating a new table row at the top, and leave the other ones on the site as well, so people can view the past data. is there any way that this would be possible? any help would be fine. even just the commands that i need to know. thanks alot!