PDA

View Full Version : Trying to create a database...


sgtrock
4-1-02, 03:46 PM
I just started my PowWeb account and I'm trying to creat a database where users can submitt entries, then other pages will bring up the results aphabetically. I finally figured out how to do this using FrontPage (my only editor) but it requires me to use asp files and a SQL database. PowWeb doesn't support this.

SO, does anyone out there know how I can do this using something else that PowWeb does support? You don't need to get too technical, just tell me what to check and try.

Thanks!

kell
4-4-02, 08:37 PM
Use Perl or PHP. Powweb has the needed modules for Perl installed and it's natively available to PHP. If all you want to do is create tables inside your already existing database then go download myCC from http://www.mysql.com. It's Windows based and easy to use (as long as you know how to create the SQL statements).