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!

    hello,

    There are lots of pretty neat classes like that at www.phpclasses.org.

    You can also try to get acquainted about Smarty, a templating engine. It's cool in such a way that you'll separate your code from your design. You can get it at smarty.php.net.

    Regards,

    Junrey

    "If it can be imagine, it can be done."

      hi
      you never mension, are you use any database or not. if you use a database then which one. if not then you have to do for store the data that you what to entry.

      you can use <th><td></td></th> tag for a table.(<th></th> for table header and <td></td> for table data)

        Write a Reply...