Originally posted by: pbm
......sorry, my additional capabilities with Dreamweaver in terms of Web Based SoftwareText, wasn't very clear....
The newer dreamweaver (MX?) has a goodly amount of php-specific functions and whatnot for "rapid application development" that may or may not help you. To be honest, I never bothered to use them since I've never needed them, but they could help give you a jumpstart in that direction. Honestly, Dreamweaver is a very slick, expensive, full featured text editor when it comes to web application development, but it does save time when you wanna do something quick like drop a table in or make an image map and don't fee like typing.
As far as your web application, it sounds like you want to use a server side application like, as others have mentioned, php,perl,python etc. Most of these languages can be dropped in as modules for apache webserver which I'm gonna assume you're running since you're running a unix system. Also, you may want to start by using mod_perl as opposed to something like mod_php since most unix folk I know already have at least the basics of perl down. If you want to get into php tho, goto php.net and download the documentation for php in chm format. it really saves you time when you want to look up some errant function.