• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

(cgi/php/asp/cf )need html help...

DAM

Diamond Member
sorry for posting this twice but not sure what forum this belongs to.


I want to make a form where people can sell their cds. what they have to do is, fill it out a form and with their info and the kind of music this cd is. Then hit POST, and the form will automatically be posted under the right category of music. Then after a month the post will be deleted.

All help will be extremely appreciated, hope you guys can point me in the right direction.


dam()
 
Might wanna change that to cgi/php/asp/cf help 😉

This is the kind of issue that's best solved by a dynamic content language...Basically, you're looking for a pretty front end to a database. You'd need two tables: one to list the types of music and that one is linked to a table that has a combo box for music types and a text box for content.

Without getting into specifics I'll get wrong off the top of my head, I'd recommend cold fusion...the 'lite' server is free (http://www.allaire.com) and generally speaking, people who are familiar with html find it fairly easy to learn.

~Ladi
 
Having not played with Coldfusion or ASP, I can't tell you how easy or tough they are for what you are trying to do. But if you know ANY perl, then PHP(if available) is a possibility to look into. It has built in functionality to interface with many kinds of databases, such as SQL, MySQL, mSQL, Transact-SQL, PosgresSQL and so on..so that part is very easy..

I suppose you could do this in CGI aswell..but given the choice between CGI and PHP..I'd go with PHP...another thing is that with CGI/PHP you can use a Unix machine..as opposed to ASP/CF where you'll need a Windows host..unless of course you have your own server or something..Regards
 
Back
Top